diff options
author | Nick White <git@njw.me.uk> | 2009-04-16 09:36:12 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-04-16 09:36:12 +0100 |
commit | 4a9b84dea70ece6354f3cde80a084dc2009e65c6 (patch) | |
tree | a9740bbace8cc55da947bb76ad943520546c873d /includes | |
parent | f370d9f9392270acecf87921c8961c32f0327fe8 (diff) | |
download | gemrb-gameinstallers-4a9b84dea70ece6354f3cde80a084dc2009e65c6.tar.bz2 gemrb-gameinstallers-4a9b84dea70ece6354f3cde80a084dc2009e65c6.zip |
Removed obselete FULLGAMENAME refs
Diffstat (limited to 'includes')
-rw-r--r-- | includes/generic-includes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/generic-includes.sh b/includes/generic-includes.sh index c441f55..bd0176f 100644 --- a/includes/generic-includes.sh +++ b/includes/generic-includes.sh @@ -30,7 +30,7 @@ function die echo "" echo "The install failed; sorry." - echo "Please make sure you have the correct CDs for $FULLGAMENAME" + echo "Please make sure you have the correct CDs for the game" echo "and enough free disk space, and try again." exit 1 |