From 8abf7762cbf1579a48bf7b4b2b15069f46e8cf3d Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sun, 21 Dec 2014 21:26:55 -0600 Subject: [PATCH] WPrefs: Clarify purpose of "window snapping" feature in expert panel. --- WPrefs.app/Expert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WPrefs.app/Expert.c b/WPrefs.app/Expert.c index dc455dd8..582a0efd 100644 --- a/WPrefs.app/Expert.c +++ b/WPrefs.app/Expert.c @@ -84,7 +84,7 @@ static const struct { /* default: */ False, OPTION_WMAKER, "KbdModeLock" }, #endif /* XKB_MODELOCK */ - { N_("Enable window snapping."), + { N_("Maximize a window to side or corner by dragging."), /* default: */ False, OPTION_WMAKER, "WindowSnapping" }, { N_("Open dialogs in the same workspace as their owners."), -- 2.11.4.GIT