diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-03-26 02:10:09 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-03-26 02:10:09 +0000 |
| commit | 1351e72b0b6691954911a810565767c35c8aaac9 (patch) | |
| tree | 0c7c74fee9288defb54e7a08aef4e214410ba154 /src/interface.cpp | |
| parent | a small apspec adjustment from Mike Hearn (diff) | |
| download | inkscape-1351e72b0b6691954911a810565767c35c8aaac9.tar.gz inkscape-1351e72b0b6691954911a810565767c35c8aaac9.zip | |
menu rearrange, tips copyedit
(bzr r297)
Diffstat (limited to 'src/interface.cpp')
| -rw-r--r-- | src/interface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interface.cpp b/src/interface.cpp index 26552d510..d332d6cb3 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -764,7 +764,7 @@ sp_ui_checkboxes_menus(GtkMenu *m, Inkscape::UI::View::View *view) // checkitem_toggled, checkitem_update, 0); sp_ui_menu_append_check_item_from_verb(m, view, _("Commands Bar"), _("Show or hide the Commands bar (under the menu)"), "commands", checkitem_toggled, checkitem_update, 0); - sp_ui_menu_append_check_item_from_verb(m, view, _("Tool Controls"), _("Show or hide the Tool Controls panel"), "toppanel", + sp_ui_menu_append_check_item_from_verb(m, view, _("Tool Controls Bar"), _("Show or hide the Tool Controls bar"), "toppanel", checkitem_toggled, checkitem_update, 0); sp_ui_menu_append_check_item_from_verb(m, view, _("_Toolbox"), _("Show or hide the main toolbox (on the left)"), "toolbox", checkitem_toggled, checkitem_update, 0); @@ -774,7 +774,7 @@ sp_ui_checkboxes_menus(GtkMenu *m, Inkscape::UI::View::View *view) checkitem_toggled, checkitem_update, Inkscape::Verb::get(SP_VERB_TOGGLE_SCROLLBARS)); sp_ui_menu_append_check_item_from_verb(m, view, _("_Statusbar"), _("Show or hide the statusbar (at the bottom of the window)"), "statusbar", checkitem_toggled, checkitem_update, 0); - sp_ui_menu_append_check_item_from_verb(m, view, _("_Panels"), _("Show or hide the panels"), "panels", + sp_ui_menu_append_check_item_from_verb(m, view, _("_Palette"), _("Show or hide the color palette"), "panels", checkitem_toggled, checkitem_update, 0); } |
