diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-04-27 19:43:56 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-04-27 19:43:56 +0000 |
| commit | ba29799574969fc5aa7bf12819f779ef9d631208 (patch) | |
| tree | eb00911538ce69e4f5d738e828eb4429318747c4 /src | |
| parent | Applying revised Latex fix for LP #55273 - adds quotes for Win32 (diff) | |
| download | inkscape-ba29799574969fc5aa7bf12819f779ef9d631208.tar.gz inkscape-ba29799574969fc5aa7bf12819f779ef9d631208.zip | |
copyedit
(bzr r5531)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |
