diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2008-01-18 07:19:13 +0000 |
|---|---|---|
| committer | prokoudine <prokoudine@users.sourceforge.net> | 2008-01-18 07:19:13 +0000 |
| commit | e8ddf6ffb144720803019415817da2222c9d7234 (patch) | |
| tree | 13e5a7f6e9092aa16fe32eb1dd87a3de338a4e13 /src/verbs.cpp | |
| parent | r17715@shi: ted | 2008-01-17 21:25:04 -0800 (diff) | |
| download | inkscape-e8ddf6ffb144720803019415817da2222c9d7234.tar.gz inkscape-e8ddf6ffb144720803019415817da2222c9d7234.zip | |
improved spelling ;-)
(bzr r4549)
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 736ddc3d5..40665953f 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2470,7 +2470,7 @@ Verb *Verb::_base_verbs[] = { new ZoomVerb(SP_VERB_VIEW_MODE_TOGGLE, "ViewModeToggle", N_("_Toggle"), N_("Toggle between normal and outline display modes"), NULL), - new ZoomVerb(SP_VERB_VIEW_CMS_TOGGLE, "ViewCmsToggle", N_("Color manage view"), + new ZoomVerb(SP_VERB_VIEW_CMS_TOGGLE, "ViewCmsToggle", N_("Color managed view"), N_("Toggle color managed display adjustment for this document window"), "color_management"), new ZoomVerb(SP_VERB_VIEW_ICON_PREVIEW, "ViewIconPreview", N_("Ico_n Preview..."), |
