From: buliabyak Date: Tue, 22 Jan 2008 19:10:59 +0000 (+0000) Subject: spelling X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=216096b15c479977e985a088deeb1abac80a4d26;p=inkscape.git spelling --- diff --git a/src/verbs.cpp b/src/verbs.cpp index 40665953f..b6b4e100f 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2470,8 +2470,8 @@ 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 managed view"), - N_("Toggle color managed display adjustment for this document window"), "color_management"), + new ZoomVerb(SP_VERB_VIEW_CMS_TOGGLE, "ViewCmsToggle", N_("Color-managed view"), + N_("Toggle color-managed display for this document window"), "color_management"), new ZoomVerb(SP_VERB_VIEW_ICON_PREVIEW, "ViewIconPreview", N_("Ico_n Preview..."), N_("Open a window to preview objects at different icon resolutions"), "view_icon_preview"),