diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-05-29 10:13:55 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2016-05-29 10:13:55 +0000 |
| commit | 229fc76beab544786cf9cfa72ce9d174d4593c43 (patch) | |
| tree | 3c31d15f5f89c773ad6a4f59c00dc34a9acb2c19 /src/ui/tool/node.cpp | |
| parent | Add option to perspective-envelope LPE to not make unreal perspectives, as su... (diff) | |
| download | inkscape-229fc76beab544786cf9cfa72ce9d174d4593c43.tar.gz inkscape-229fc76beab544786cf9cfa72ce9d174d4593c43.zip | |
fix-bug-1586749. Broken english in bspline help message
Fixed bugs:
- https://launchpad.net/bugs/1586749
(bzr r14921)
Diffstat (limited to '')
| -rw-r--r-- | src/ui/tool/node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/node.cpp b/src/ui/tool/node.cpp index d70147f80..9268d9730 100644 --- a/src/ui/tool/node.cpp +++ b/src/ui/tool/node.cpp @@ -526,7 +526,7 @@ Glib::ustring Handle::_getTip(unsigned state) const snap_increment_degrees()); } else if(isBSpline){ return format_tip(C_("Path handle tip", - "<b>Ctrl</b>: Move handle by his actual steps in BSpline Live Effect")); + "<b>Ctrl</b>: Snap handle to steps defined in BSpline Live Path Effect")); }else{ return format_tip(C_("Path handle tip", "<b>Ctrl</b>: snap rotation angle to %g° increments, click to retract"), |
