1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-06 16:25:50 +01:00

WPrefs: Removed \n from label as the widget does at better job at splitting lines

This explicit \n caused a bad line split in the displayed text; without it
the natural line splitting keeps the text on 2 lines instead of 3.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2014-02-12 23:35:09 +01:00
committed by Carlos R. Mafra
parent ecfeb8bc1c
commit 4e70bdb5cd
14 changed files with 24 additions and 59 deletions

View File

@@ -499,7 +499,7 @@ static void createPanel(Panel * p)
panel->tranB = WMCreateSwitchButton(panel->tranF);
WMMoveWidget(panel->tranB, 10, 5);
WMResizeWidget(panel->tranB, 250, 30);
WMSetButtonText(panel->tranB, _("Open dialogs in the same workspace\nas their owners"));
WMSetButtonText(panel->tranB, _("Open dialogs in the same workspace as their owners"));
WMMapSubwidgets(panel->tranF);