From 83bf2fdf80496f0368438e16bc3adb8ee0e86fb7 Mon Sep 17 00:00:00 2001 From: Rick Yorgason Date: Thu, 18 Oct 2018 01:21:15 -0700 Subject: Renamed "Outline thin strokes" to "visible hairlines" to make the intent clearer. --- src/verbs.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/verbs.cpp') diff --git a/src/verbs.cpp b/src/verbs.cpp index 2c7cfb25f..fe617148a 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2132,8 +2132,8 @@ void ZoomVerb::perform(SPAction *action, void *data) case SP_VERB_VIEW_MODE_OUTLINE: dt->setDisplayModeOutline(); break; - case SP_VERB_VIEW_MODE_OUTLINE_THIN: - dt->setDisplayModeOutlineThin(); + case SP_VERB_VIEW_MODE_VISIBLE_HAIRLINES: + dt->setDisplayModeVisibleHairlines(); break; case SP_VERB_VIEW_MODE_TOGGLE: dt->displayModeToggle(); @@ -3111,8 +3111,8 @@ Verb *Verb::_base_verbs[] = { N_("Switch to normal display without filters"), nullptr), new ZoomVerb(SP_VERB_VIEW_MODE_OUTLINE, "ViewModeOutline", N_("_Outline"), N_("Switch to outline (wireframe) display mode"), nullptr), - new ZoomVerb(SP_VERB_VIEW_MODE_OUTLINE_THIN, "ViewModeOutlineThin", N_("O_utline thin strokes"), - N_("Outline strokes that are smaller than 1 pixel and draw the rest normally"), nullptr), + new ZoomVerb(SP_VERB_VIEW_MODE_VISIBLE_HAIRLINES, "ViewModeVisibleHairlines", N_("Visible _Hairlines"), + N_("Make sure hairlines are always drawn thick enough to see"), nullptr), new ZoomVerb(SP_VERB_VIEW_MODE_TOGGLE, "ViewModeToggle", N_("_Toggle"), N_("Toggle between normal and outline display modes"), nullptr), new ZoomVerb(SP_VERB_VIEW_COLOR_MODE_NORMAL, "ViewColorModeNormal", N_("_Normal"), -- cgit v1.2.3