summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
-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 f738db984..1d675b7f5 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -1521,7 +1521,7 @@ void InkscapePreferences::initPageBehavior()
_("Pressing an arrow key moves selected object(s) or node(s) by this distance"), false);
_steps_scale.init ( "/options/defaultscale/value", 0.0, 1000.0, 0.01, 2.0, UNIT_TYPE_LINEAR, "px");
//defaultscale is limited to 1000 in select-context.cpp: use the same limit here
- _page_steps.add_line( false, _("> and < _scale by:"), _steps_scale, "",
+ _page_steps.add_line( false, _("&gt; and &lt; _scale by:"), _steps_scale, "",
_("Pressing > or < scales selection up or down by this increment"), false);
_steps_inset.init ( "/options/defaultoffsetwidth/value", 0.0, 3000.0, 0.01, 2.0, UNIT_TYPE_LINEAR, "px");
_page_steps.add_line( false, _("_Inset/Outset by:"), _steps_inset, "",