From 9d3acd391bb19c86311a58cc1b6b352e008a199b Mon Sep 17 00:00:00 2001 From: joncruz Date: Tue, 7 Apr 2009 09:09:29 +0000 Subject: [PATCH] Changed to more accurate names for toolbar icon sizes (which normally map to large toolbar, small toolbar, and menu size) --- src/ui/dialog/inkscape-preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.30.2