diff options
-rw-r--r-- | games/linux-nwnclient/files/nwn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-nwnclient/files/nwn.sh b/games/linux-nwnclient/files/nwn.sh index f48bdab235ae..cca514acb3e5 100644 --- a/games/linux-nwnclient/files/nwn.sh +++ b/games/linux-nwnclient/files/nwn.sh @@ -67,7 +67,7 @@ if [ ! -d "${NWNUSERDIR}" ] ; then read dummy fi -echo "Saved games will be stored in ${NWNUSERDIR}/.nwn/saves/" +echo "Saved games will be stored in ${NWNUSERDIR}/saves/" cd "${NWNUSERDIR}" |