1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-10 15:54:17 +01:00

better wording for an option in the Expert panel.

This commit is contained in:
dan
2001-05-21 21:12:30 +00:00
parent 128403b487
commit 3fcfc9bc16

View File

@@ -78,7 +78,7 @@ createPanel(Panel *p)
WMSetButtonText(panel->swi[3], _("Use SaveUnder in window frames, icons, menus and other objects."));
WMSetButtonText(panel->swi[4], _("Use Windoze style cycling."));
WMSetButtonText(panel->swi[5], _("Disable confirmation panel for the Kill command."));
WMSetButtonText(panel->swi[6], _("Disable cycling of highlighting color for selected icons."));
WMSetButtonText(panel->swi[6], _("Disable selection animation for selected icons."));
WMRealizeWidget(panel->box);
WMMapSubwidgets(panel->box);