summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a27cb27)
raw | patch | inline | side by side (parent: a27cb27)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 27 Apr 2008 19:43:56 +0000 (19:43 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 27 Apr 2008 19:43:56 +0000 (19:43 +0000) |
src/ui/dialog/inkscape-preferences.cpp | patch | blob | history |
index 6660e6273f58643a09dcbbcc89cc0dc2c5562e5e..effbeb3280fb6eae5aa53ed4ce55cd970ff1bfab 100644 (file)
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 );