diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2013-10-09 19:09:49 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2013-10-09 19:09:49 +0000 |
| commit | 30422af227381c9aa900690586d25adec4fa262f (patch) | |
| tree | 7340251d612de5cc98ec63995e33b516a38b1130 /src/tools-switch.cpp | |
| parent | Win32. Fix for Bug #627943 (Unexpected RegistryTool message on Windows 7). (diff) | |
| download | inkscape-30422af227381c9aa900690586d25adec4fa262f.tar.gz inkscape-30422af227381c9aa900690586d25adec4fa262f.zip | |
Documentation/Translation. Fix for Bug #1236382 (Typos in comments and message, localization context needed) by Yuri Chornoivan.
Fixed bugs:
- https://launchpad.net/bugs/1236382
(bzr r12673)
Diffstat (limited to 'src/tools-switch.cpp')
| -rw-r--r-- | src/tools-switch.cpp | 2 |
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."), |
