diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-11-19 18:07:51 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-11-19 18:07:51 +0000 |
| commit | 49a9e81c6f914f90fd20aa3e06bbd13043e2abf6 (patch) | |
| tree | e27a29bbcaefa9d044a475ecaa6d8d0d874f9e4d /src/verbs.cpp | |
| parent | my favorite misspelling (diff) | |
| download | inkscape-49a9e81c6f914f90fd20aa3e06bbd13043e2abf6.tar.gz inkscape-49a9e81c6f914f90fd20aa3e06bbd13043e2abf6.zip | |
string fixes from bug 1516157
(bzr r1991)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 4721de9d5..62f85d076 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2326,7 +2326,6 @@ Verb *Verb::_base_verbs[] = { N_("Run scripts"), "scripts"), new DialogVerb(SP_VERB_DIALOG_TOGGLE, "DialogsToggle", N_("Show/Hide D_ialogs"), N_("Show or hide all open dialogs"), "dialog_toggle"), - // TRANSLATORS: "Tile Clones" means: "Create tiled clones" new DialogVerb(SP_VERB_DIALOG_CLONETILER, "DialogClonetiler", N_("Create Tiled Clones..."), N_("Create multiple clones of selected object, arranging them into a pattern or scattering"), "edit_create_tiled_clones"), new DialogVerb(SP_VERB_DIALOG_ITEM, "DialogObjectProperties", N_("_Object Properties..."), |
