1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-29 09:52:29 +01:00

fixed msg texts

This commit is contained in:
kojima
2000-11-12 04:03:30 +00:00
parent dc67e81437
commit b74fad4bd6
9 changed files with 20 additions and 15 deletions

View File

@@ -361,13 +361,13 @@ createPanel(Panel *p)
panel->ignB = WMCreateSwitchButton(panel->optF);
WMResizeWidget(panel->ignB, 210, 50);
WMMoveWidget(panel->ignB, 15, 10);
WMSetButtonText(panel->ignB, _("Do not let applications receive the "\
"click used to focus windows."));
WMSetButtonText(panel->ignB, _("Do not let applications receive\n"
"the click used to focus windows."));
panel->newB = WMCreateSwitchButton(panel->optF);
WMResizeWidget(panel->newB, 210, 35);
WMMoveWidget(panel->newB, 15, 70);
WMSetButtonText(panel->newB, _("Automatically focus new windows."));
WMSetButtonText(panel->newB, _("Automatically focus new\nwindows."));
WMMapSubwidgets(panel->optF);