From 034edb19e3472bfcc44818ed404c2cff80ba9367 Mon Sep 17 00:00:00 2001 From: Yury Tarasievich Date: Sun, 21 Dec 2014 17:04:12 +0100 Subject: [PATCH] WPrefs: improve texts in the Window Handling panel Did not update the translations msgid because I think translators may wish to get it visible so they can bring similar improvements. Signed-off-by: Christophe CURIS --- WPrefs.app/WindowHandling.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WPrefs.app/WindowHandling.c b/WPrefs.app/WindowHandling.c index ea4031ba..7f801f7e 100644 --- a/WPrefs.app/WindowHandling.c +++ b/WPrefs.app/WindowHandling.c @@ -95,10 +95,10 @@ static const struct { const char *db_value; const char *label; } drag_maximized_window_options[] = { - { "Move", N_("...change position (normal behavior)") }, - { "RestoreGeometry", N_("...restore unmaximized geometry") }, - { "Unmaximize", N_("...consider the window unmaximized") }, - { "NoMove", N_("...do not move the window") } + { "Move", N_("...changes its position (normal behavior)") }, + { "RestoreGeometry", N_("...restores its unmaximized geometry") }, + { "Unmaximize", N_("...considers the window now unmaximized") }, + { "NoMove", N_("...does not move the window") } }; static void sliderCallback(WMWidget * w, void *data) @@ -544,7 +544,7 @@ static void createPanel(Panel * p) panel->dragmaxF = WMCreateFrame(panel->box); WMResizeWidget(panel->dragmaxF, 357, 49); WMMoveWidget(panel->dragmaxF, 8, 172); - WMSetFrameTitle(panel->dragmaxF, _("When dragging a maximized window...")); + WMSetFrameTitle(panel->dragmaxF, _("Dragging a maximized window...")); panel->dragmaxP = WMCreatePopUpButton(panel->dragmaxF); WMResizeWidget(panel->dragmaxP, 328, 20); -- 2.11.4.GIT