appwiz.rc: Shorten "Add/Remove programs" control panel applet description

Frédéric Delanoy frederic.delanoy at gmail.com
Wed Feb 15 17:08:48 CST 2012


It has to fit into 63 chars (NEWCPLINFO[AW].szInfo[64] in cpl.h)

Fixes bug 27246
---
 dlls/appwiz.cpl/appwiz.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/appwiz.cpl/appwiz.rc b/dlls/appwiz.cpl/appwiz.rc
index 8107212..f4e6591 100644
--- a/dlls/appwiz.cpl/appwiz.rc
+++ b/dlls/appwiz.cpl/appwiz.rc
@@ -26,7 +26,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 STRINGTABLE
 {
    IDS_CPL_TITLE, "Add/Remove Programs"
-   IDS_CPL_DESC, "Allows you to install new software, or remove existing software from your computer."
+   IDS_CPL_DESC, "Install new software, or remove software from your computer"
    IDS_TAB1_TITLE, "Applications"
 
    IDS_UNINSTALL_FAILED, "Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall entry for this program from the registry?"
-- 
1.7.9




More information about the wine-patches mailing list