From 3fcfc9bc16eaff67ccc6e95699973b9d6f501497 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 21 May 2001 21:12:30 +0000 Subject: [PATCH] better wording for an option in the Expert panel. --- WPrefs.app/Expert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WPrefs.app/Expert.c b/WPrefs.app/Expert.c index b43590c5..9a5804b2 100644 --- a/WPrefs.app/Expert.c +++ b/WPrefs.app/Expert.c @@ -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);