From 41c0e64eace0f9baebcd740b6063d172efa786e9 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 4 May 2001 02:04:13 +0000 Subject: [PATCH] better wording for an option --- WPrefs.app/Expert.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WPrefs.app/Expert.c b/WPrefs.app/Expert.c index a3cbe174..b43590c5 100644 --- a/WPrefs.app/Expert.c +++ b/WPrefs.app/Expert.c @@ -73,12 +73,12 @@ createPanel(Panel *p) } WMSetButtonText(panel->swi[0], _("Disable miniwindows (icons for miniaturized windows). For use with KDE/GNOME.")); - WMSetButtonText(panel->swi[1], _("Do not set non-WindowMaker specific parameters (do not use xset)")); - WMSetButtonText(panel->swi[2], _("Automatically save session when exiting Window Maker")); - 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 color highlighting of icons")); + WMSetButtonText(panel->swi[1], _("Do not set non-WindowMaker specific parameters (do not use xset).")); + WMSetButtonText(panel->swi[2], _("Automatically save session when exiting Window Maker.")); + 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.")); WMRealizeWidget(panel->box); WMMapSubwidgets(panel->box); -- 2.11.4.GIT