1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 22:28:02 +01:00

WPrefs: Make Dock preferences pane less busy and fix up some strings

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
This commit is contained in:
BALATON Zoltan
2014-02-17 20:06:48 +01:00
committed by Carlos R. Mafra
parent 6d5ffca076
commit 3a24237a8d
5 changed files with 34 additions and 20 deletions

View File

@@ -150,7 +150,7 @@ static void pushDelayButton(WMWidget * w, void *data)
panel->raiseDelaySelected = 1;
if (w == panel->raisB[0]) {
WMSetTextFieldText(panel->raisT, "OFF");
WMSetTextFieldText(panel->raisT, _("OFF"));
} else if (w == panel->raisB[1]) {
WMSetTextFieldText(panel->raisT, "10");
} else if (w == panel->raisB[2]) {