From ba29799574969fc5aa7bf12819f779ef9d631208 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Sun, 27 Apr 2008 19:43:56 +0000 Subject: copyedit (bzr r5531) --- src/ui/dialog/inkscape-preferences.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui') 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 ); -- cgit v1.2.3