From: buliabyak Date: Sun, 27 Apr 2008 19:43:56 +0000 (+0000) Subject: copyedit X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fd5c8954a92eac9af9af21d2a3665e9c673203a2;p=inkscape.git copyedit --- diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 6660e6273..effbeb328 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -915,11 +915,11 @@ void InkscapePreferences::initPageMisc() int sizeValues[] = {0, 1, 2}; _misc_small_toolbar.init( "toolbox", "small", sizeLabels, sizeValues, G_N_ELEMENTS(sizeLabels), 0 ); - _page_misc.add_line( false, _("Commands toolbar icon size"), _misc_small_toolbar, "", + _page_misc.add_line( false, _("Commands bar icon size"), _misc_small_toolbar, "", _("Set the size for the commands toolbar to use (requires restart)"), false); _misc_small_secondary.init( "toolbox", "secondary", sizeLabels, sizeValues, G_N_ELEMENTS(sizeLabels), 1 ); - _page_misc.add_line( false, _("Secondary toolbar icon size"), _misc_small_secondary, "", + _page_misc.add_line( false, _("Tool controls bar icon size"), _misc_small_secondary, "", _("Set the size for the secondary toolbar to use (requires restart)"), false); _misc_small_tools.init( "toolbox.tools", "small", sizeLabels, sizeValues, G_N_ELEMENTS(sizeLabels), 0 );