summaryrefslogtreecommitdiffstats
path: root/khangman/add_language
diff options
context:
space:
mode:
Diffstat (limited to 'khangman/add_language')
-rwxr-xr-xkhangman/add_language2
1 files changed, 1 insertions, 1 deletions
diff --git a/khangman/add_language b/khangman/add_language
index 7f9e8da9..19f4954c 100755
--- a/khangman/add_language
+++ b/khangman/add_language
@@ -11,7 +11,7 @@ echo "Please send your files tarred and zipped to annemarie.mahfouf@free.fr and
The script will carry on, please just do not commit the files. Please NEVER commit in a BRANCH."
# Check for valid language code
-all_langs=$KDEDIR/share/locale/all_languages
+all_langs=$TDEDIR/share/locale/all_languages
if test -e $all_langs ; then
grep -q "^\[$1\]$" $all_langs
if test $? != 0 ; then