summaryrefslogtreecommitdiffstats
path: root/src/tools-switch.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-10-12 21:25:39 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-10-12 21:25:39 +0000
commiteab1eef70ec00e5048b522b6c7f4189615caac87 (patch)
tree4d8d574ad9741174e0d99077f234fd41231b08e7 /src/tools-switch.cpp
parentfix bsplines (diff)
parentFix crash with experimental lpe tool. (diff)
downloadinkscape-eab1eef70ec00e5048b522b6c7f4189615caac87.tar.gz
inkscape-eab1eef70ec00e5048b522b6c7f4189615caac87.zip
Update to trunk
(bzr r11950.1.180)
Diffstat (limited to 'src/tools-switch.cpp')
-rw-r--r--src/tools-switch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools-switch.cpp b/src/tools-switch.cpp
index 1c07f07cc..5f54ad15a 100644
--- a/src/tools-switch.cpp
+++ b/src/tools-switch.cpp
@@ -88,7 +88,7 @@ static char const *const tool_names[] = {
};
static char const *const tool_msg[] = {
NULL,
- N_("<b>Click</b> to Select and Tranform objects, <b>Drag</b> to select many objects."),
+ N_("<b>Click</b> to Select and Transform objects, <b>Drag</b> to select many objects."),
N_("Modify selected path points (nodes) directly."),
N_("To tweak a path by pushing, select it and drag over it."),
N_("<b>Drag</b>, <b>click</b> or <b>click and scroll</b> to spray the selected objects."),