From: Carlos Lopez Date: Tue, 11 Aug 2009 13:51:11 +0000 (+0200) Subject: As requested, change the string "State" to "Tool", more user intuitive. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;ds=sidebyside;h=7bb47ade1092f2c594ccc79ea609188475f43ba4;p=synfig.git As requested, change the string "State" to "Tool", more user intuitive. --- diff --git a/synfig-studio/trunk/src/gtkmm/app.cpp b/synfig-studio/trunk/src/gtkmm/app.cpp index 27bdf4f..24e2bcf 100644 --- a/synfig-studio/trunk/src/gtkmm/app.cpp +++ b/synfig-studio/trunk/src/gtkmm/app.cpp @@ -741,7 +741,7 @@ init_ui_manager() menus_action_group->add( Gtk::Action::create("menu-layer-new", _("New Layer")) ); menus_action_group->add( Gtk::Action::create("menu-keyframe", _("Keyframe")) ); menus_action_group->add( Gtk::Action::create("menu-group", _("Group")) ); - menus_action_group->add( Gtk::Action::create("menu-state", _("State")) ); + menus_action_group->add( Gtk::Action::create("menu-state", _("Tool")) ); menus_action_group->add( Gtk::Action::create("menu-toolbox", _("Toolbox")) ); // Add the synfigapp actions...