1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-02 12:02:30 +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

@@ -181,7 +181,7 @@ createPanel(Panel *p)
WMResizeWidget(panel->cyclB, 280, 34);
WMMoveWidget(panel->cyclB, 75, 30);
WMSetButtonText(panel->cyclB,
_("wrap to the first workspace after the last workspace."));
_("wrap to the first workspace after the\nlast workspace."));
panel->cyclL = WMCreateLabel(panel->navF);
WMResizeWidget(panel->cyclL, 60, 60);
@@ -248,7 +248,7 @@ createPanel(Panel *p)
WMMoveWidget(panel->posL, 75, 165);
WMSetLabelTextAlignment(panel->posL, WARight);
WMSetLabelText(panel->posL,
_("Position of workspace name display"));
_("Position of workspace\nname display"));
panel->posiL = WMCreateLabel(panel->navF);
WMResizeWidget(panel->posiL, 60, 40);