summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2009-08-07 12:47:43 +0000
committercilix42 <cilix42@users.sourceforge.net>2009-08-07 12:47:43 +0000
commit6b9887038db4d4569d33c75557424fdc16e976e6 (patch)
treeb00abaf2cc8010342e754b8a0a7a202f01b4248d /src
parentReport complete paths when doing an emergency save (closes LP #171392) (diff)
downloadinkscape-6b9887038db4d4569d33c75557424fdc16e976e6.tar.gz
inkscape-6b9887038db4d4569d33c75557424fdc16e976e6.zip
Clarify tooltip
(bzr r8437)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index a81446a03..7275165a7 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -1271,7 +1271,7 @@ void InkscapePreferences::initPageMisc()
_misc_simpl.init("/options/simplifythreshold/value", 0.0001, 1.0, 0.0001, 0.0010, 0.0010, false, false);
_page_misc.add_line( false, _("Simplification threshold:"), _misc_simpl, "",
- _("How strong is the Simplify command by default. If you invoke this command several times in quick succession, it will act more and more aggressively; invoking it again after a pause restores the default threshold."), false);
+ _("How strong is the Node tool's Simplify command by default. If you invoke this command several times in quick succession, it will act more and more aggressively; invoking it again after a pause restores the default threshold."), false);
_misc_latency_skew.init("/debug/latency/skew", 0.5, 2.0, 0.01, 0.10, 1.0, false, false);
_page_misc.add_line( false, _("Latency skew:"), _misc_latency_skew, _("(requires restart)"),