diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-10-06 18:50:26 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-10-06 18:50:26 +0000 |
| commit | 88a1d1f28a10bf74e69774baf2010ebe8731aad9 (patch) | |
| tree | 2ae08baed25da552176eb2dbbc920aafb363cce4 /src | |
| parent | Fix for 587019 : Select and transform mouse cursor changes to normal cursor o... (diff) | |
| download | inkscape-88a1d1f28a10bf74e69774baf2010ebe8731aad9.tar.gz inkscape-88a1d1f28a10bf74e69774baf2010ebe8731aad9.zip | |
user message standardisation
(bzr r11740)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 57a3e34b6..bbaaecfd4 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -811,7 +811,7 @@ void InkscapePreferences::initPageIO() _("Maximum mouse drag (in screen pixels) which is considered a click, not a drag"), false); _mouse_grabsize.init("/options/grabsize/value", 1, 7, 1, 2, 3, 0); - _page_mouse.add_line(false, _("_Handle size"), _mouse_grabsize, "", + _page_mouse.add_line(false, _("_Handle size:"), _mouse_grabsize, "", _("Set the relative size of node handles"), true); _mouse_use_ext_input.init( _("Use pressure-sensitive tablet (requires restart)"), "/options/useextinput/value", true); |
