summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2009-04-07 09:09:29 +0000
committerjoncruz <joncruz@users.sourceforge.net>2009-04-07 09:09:29 +0000
commit0c5bcaa6e598b464ae6eee6f5389d5f76cbc129c (patch)
treed2fdb622e689fab80677b9d1113529ecb8ca7321 /src
parentUse the new sp_document_change_uri_and_hrefs function. (diff)
downloadinkscape-0c5bcaa6e598b464ae6eee6f5389d5f76cbc129c.tar.gz
inkscape-0c5bcaa6e598b464ae6eee6f5389d5f76cbc129c.zip
Changed to more accurate names for toolbar icon sizes (which normally map to large toolbar, small toolbar, and menu size)
(bzr r7657)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index d29ac37db..a18cb6903 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -1062,7 +1062,7 @@ void InkscapePreferences::initPageUI()
_page_ui.add_line( false, _("Language (requires restart):"), _ui_languages, "",
_("Set the language for menus and number formats"), false);
- Glib::ustring sizeLabels[] = {_("Normal"), _("Medium"), _("Small")};
+ Glib::ustring sizeLabels[] = {_("Large"), _("Small"), _("Smaller")};
int sizeValues[] = {0, 1, 2};
_misc_small_tools.init( "/toolbox/tools/small", sizeLabels, sizeValues, G_N_ELEMENTS(sizeLabels), 0 );