summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-12-02 23:09:57 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-12-02 23:09:57 +0000
commit0b19e1f65e73176524191ae735a6a241bf09fe74 (patch)
treeca07892dbca5174449aa96286a469fed02719292 /src
parentfix pmg (diff)
downloadinkscape-0b19e1f65e73176524191ae735a6a241bf09fe74.tar.gz
inkscape-0b19e1f65e73176524191ae735a6a241bf09fe74.zip
copyedit labels for clarity
(bzr r4156)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 1d7acf100..4fd467896 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -808,16 +808,16 @@ void InkscapePreferences::initPageMisc()
// consider moving this to an UI tab:
- _misc_small_toolbar.init( _("Make commands toolbar smaller"), "toolbox", "small", true);
+ _misc_small_toolbar.init( _("Make the commands toolbar icons smaller"), "toolbox", "small", true);
_page_misc.add_line( false, "", _misc_small_toolbar, "",
_("Make the commands toolbar use the 'secondary' toolbar size (requires restart)"), true);
- _misc_small_tools.init( _("Make main tools smaller"), "toolbox.tools", "small", true);
+ _misc_small_tools.init( _("Make the main toolbar icons smaller"), "toolbox.tools", "small", true);
_page_misc.add_line( false, "", _misc_small_tools, "",
_("Make the main tools use the 'secondary' toolbar size (requires restart)"), true);
_misc_recent.init("options.maxrecentdocuments", "value", 0.0, 1000.0, 1.0, 1.0, 1.0, true, false);
- _page_misc.add_line( false, _("Max recent documents:"), _misc_recent, "",
+ _page_misc.add_line( false, _("Maximum number of recent documents:"), _misc_recent, "",
_("The maximum length of the Open Recent list in the File menu"), false);
_misc_simpl.init("options.simplifythreshold", "value", 0.0001, 1.0, 0.0001, 0.0010, 0.0010, false, false);