From: joncruz Date: Tue, 7 Apr 2009 09:09:29 +0000 (+0000) Subject: Changed to more accurate names for toolbar icon sizes (which normally map to large... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9d3acd391bb19c86311a58cc1b6b352e008a199b;p=inkscape.git Changed to more accurate names for toolbar icon sizes (which normally map to large toolbar, small toolbar, and menu size) --- 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 );