diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-12-03 21:15:42 +0000 |
|---|---|---|
| committer | jabiertxof <jabier.arraiza@marker.es> | 2015-12-03 21:15:42 +0000 |
| commit | dad44686e614958c26cfa2056891ebe9ea6db0dc (patch) | |
| tree | 7f87a3030a85c4f5482cbae94905deff81ff2ea0 /src/verbs.cpp | |
| parent | Add global lock guides to the rulers (diff) | |
| download | inkscape-dad44686e614958c26cfa2056891ebe9ea6db0dc.tar.gz inkscape-dad44686e614958c26cfa2056891ebe9ea6db0dc.zip | |
String desc fix
(bzr r14500.1.6)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 029deac3c..6eace6048 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2880,8 +2880,8 @@ Verb *Verb::_base_verbs[] = { new ZoomVerb(SP_VERB_VIEW_CMS_TOGGLE, "ViewCmsToggle", N_("Color-managed view"), N_("Toggle color-managed display for this document window"), INKSCAPE_ICON("color-management")), - new ZoomVerb(SP_VERB_VIEW_GUIDES_LOCK_TOGGLE, "GuidesLockToggle", N_("Lock or unlock guides"), - N_("Lock or unlock guides"), INKSCAPE_ICON("object-locked")), + new ZoomVerb(SP_VERB_VIEW_GUIDES_LOCK_TOGGLE, "GuidesLockToggle", N_("Lock all guides"), + N_("Lock all guides"), INKSCAPE_ICON("object-locked")), new ZoomVerb(SP_VERB_VIEW_ICON_PREVIEW, "ViewIconPreview", N_("Ico_n Preview..."), N_("Open a window to preview objects at different icon resolutions"), INKSCAPE_ICON("dialog-icon-preview")), |
