summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-03 13:49:36 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-03-03 13:49:36 -0500
commitd94061e3edc6553e4fccc4baa6861a5ccc13ff78 (patch)
treede171c9fba0fbc10cef85ae562a4a5b7b417a7fb
parentb325985b3a9f57c588032ca45501f906cb5399cc (diff)
Update description
-rwxr-xr-xsigen.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigen.nsi b/sigen.nsi
index ac8dce95..7303ee8b 100755
--- a/sigen.nsi
+++ b/sigen.nsi
@@ -101,7 +101,7 @@ Section "Required Section"
WriteRegStr HKLM "${REG_UNINSTALL}" "HelpLink" "http://www.sourceforge.net/projects/sigen"
WriteRegDWORD HKLM "${REG_UNINSTALL}" "NoModify" 0
WriteRegDWORD HKLM "${REG_UNINSTALL}" "NoRepair" 0
- WriteRegStr HKLM "${REG_UNINSTALL}" "Comments" "The Sigma Geme Engine is an RPG/Strategy game engine inspired by the original Pokémon™ Games"
+ WriteRegStr HKLM "${REG_UNINSTALL}" "Comments" "The Sigma Geme Engine is an RPG/strategy game engine"
WriteRegStr HKLM "${REG_UNINSTALL}" "ModifyPath" '"$EXEDIR\${InstFile}"'
SectionEnd