diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2012-04-13 17:54:11 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2012-04-13 17:54:11 +0000 |
| commit | ba5269e29bf844fe52429f8549b65d716d942ac4 (patch) | |
| tree | f8606e83b5690253d6570d2111bc7af9214d9464 /src/verbs.cpp | |
| parent | Replace deprecated GTK_TYPE macros (diff) | |
| download | inkscape-ba5269e29bf844fe52429f8549b65d716d942ac4.tar.gz inkscape-ba5269e29bf844fe52429f8549b65d716d942ac4.zip | |
Translation. More disambiguations (see Bug #832560).
Fixed bugs:
- https://launchpad.net/bugs/832560
(bzr r11234)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 913cec837..d4ac35b33 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2510,7 +2510,7 @@ Verb *Verb::_base_verbs[] = { N_("Create and edit gradients"), INKSCAPE_ICON("color-gradient")), new ContextVerb(SP_VERB_CONTEXT_ZOOM, "ToolZoom", N_("Zoom"), N_("Zoom in or out"), INKSCAPE_ICON("zoom")), - new ContextVerb(SP_VERB_CONTEXT_MEASURE, "ToolMeasure", N_("Measure"), + new ContextVerb(SP_VERB_CONTEXT_MEASURE, "ToolMeasure", NC_("Measurement tool", "Measure"), N_("Measurement tool"), INKSCAPE_ICON("tool-measure")), new ContextVerb(SP_VERB_CONTEXT_DROPPER, "ToolDropper", N_("Dropper"), N_("Pick colors from image"), INKSCAPE_ICON("color-picker")), |
