summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-07-28 00:24:25 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-07-28 08:55:03 +0000
commitc9251db45f46f8c036b3b425c1ce6931b1e9cd72 (patch)
tree5f5c3678e5ad13f9bbf2a34f3745632f28ba9311 /src/verbs.cpp
parentFix coding style (diff)
downloadinkscape-c9251db45f46f8c036b3b425c1ce6931b1e9cd72.tar.gz
inkscape-c9251db45f46f8c036b3b425c1ce6931b1e9cd72.zip
Fix some issues with inverse coordinates pointed by Maren
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 66446cf41..e88a9ab9f 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -3057,10 +3057,10 @@ Verb *Verb::_base_verbs[] = {
new ZoomVerb(SP_VERB_VIEW_COLOR_MODE_TOGGLE, "ViewColorModeToggle", N_("_Toggle"),
N_("Toggle between normal and grayscale color display modes"), nullptr),
- new ZoomVerb(SP_VERB_VIEW_TOGGLE_SPLIT, "ViewSplitModeToggle", N_("Toggle _Split View Mode"),
+ new ZoomVerb(SP_VERB_VIEW_TOGGLE_SPLIT, "ViewSplitModeToggle", N_("_Split View Mode"),
N_("Split canvas in 2 to show outline"), nullptr),
- new ZoomVerb(SP_VERB_VIEW_TOGGLE_XRAY, "ViewXRayToggle", N_("Toggle _XRay Mode"), N_("XRay around cursor"),
+ new ZoomVerb(SP_VERB_VIEW_TOGGLE_XRAY, "ViewXRayToggle", N_("_XRay Mode"), N_("XRay around cursor"),
nullptr),
new ZoomVerb(SP_VERB_VIEW_CMS_TOGGLE, "ViewCmsToggle", N_("Color-Managed View"),