summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 68a1357)
raw | patch | inline | side by side (parent: 68a1357)
author | joncruz <joncruz@users.sourceforge.net> | |
Tue, 7 Apr 2009 09:09:29 +0000 (09:09 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Tue, 7 Apr 2009 09:09:29 +0000 (09:09 +0000) |
src/ui/dialog/inkscape-preferences.cpp | patch | blob | history |
index d29ac37dbc34b7ef636a4ac361486cac0f44d00a..a18cb69031a845cb8dfd0d85592b34098f9a94eb 100644 (file)
_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 );