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

@@ -416,7 +416,7 @@ createPanel(Panel *p)
WMResizeWidget(panel->noteL, 235, 28);
WMMoveWidget(panel->noteL, 10, 85);
WMSetLabelFont(panel->noteL, font);
WMSetLabelText(panel->noteL, _("Note: sound requires a module distributed separately"));
WMSetLabelText(panel->noteL, _("Note: sound requires a module distributed\nseparately"));
WMMapSubwidgets(panel->animF);
@@ -456,14 +456,14 @@ createPanel(Panel *p)
WMMoveWidget(panel->dith1L, 5, 50);
WMSetLabelTextAlignment(panel->dith1L, WACenter);
WMSetLabelFont(panel->dith1L, font);
WMSetLabelText(panel->dith1L, _("More colors for applications"));
WMSetLabelText(panel->dith1L, _("More colors for\napplications"));
panel->dith2L = WMCreateLabel(panel->dithF);
WMResizeWidget(panel->dith2L, 70, 35);
WMMoveWidget(panel->dith2L, 180, 50);
WMSetLabelTextAlignment(panel->dith2L, WACenter);
WMSetLabelFont(panel->dith2L, font);
WMSetLabelText(panel->dith2L, _("More colors for WindowMaker"));
WMSetLabelText(panel->dith2L, _("More colors for\nWindowMaker"));
WMMapSubwidgets(panel->dithF);