From: Frédéric Delanoy Subject: appwiz.rc: Shorten "Add/Remove programs" control panel applet description Message-Id: <1329347328-6408-1-git-send-email-frederic.delanoy@gmail.com> Date: Thu, 16 Feb 2012 00:08:48 +0100 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