From 0c5bcaa6e598b464ae6eee6f5389d5f76cbc129c Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Tue, 7 Apr 2009 09:09:29 +0000 Subject: Changed to more accurate names for toolbar icon sizes (which normally map to large toolbar, small toolbar, and menu size) (bzr r7657) --- src/ui/dialog/inkscape-preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 ); -- cgit v1.2.3