summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2014-10-02 08:32:46 +0000
committerJazzyNico <nicoduf@yahoo.fr>2014-10-02 08:32:46 +0000
commit50a19700fb02a712803aa3623f0920d562116534 (patch)
tree43ec67467e6b06e1703b9d6c578dfc63d7866d54 /src/verbs.cpp
parentFixing inconsistencies in the PixelArt dialog. (diff)
downloadinkscape-50a19700fb02a712803aa3623f0920d562116534.tar.gz
inkscape-50a19700fb02a712803aa3623f0920d562116534.zip
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index ab0fc8d71..4f2783866 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2346,7 +2346,7 @@ void LockAndHideVerb::perform(SPAction *action, void *data)
Verb *Verb::_base_verbs[] = {
// Header
new Verb(SP_VERB_INVALID, NULL, NULL, NULL, NULL, NULL),
- new Verb(SP_VERB_NONE, "None", N_("None"), N_("Does nothing"), NULL, NULL),
+ new Verb(SP_VERB_NONE, "None", NC_("Verb", "None"), N_("Does nothing"), NULL, NULL),
// File
new FileVerb(SP_VERB_FILE_NEW, "FileNew", N_("Default"), N_("Create new document from the default template"),