]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - check-translations.sh
Quick little cleanup for generic.qc command code
[xonotic/xonotic-data.pk3dir.git] / check-translations.sh
index 99882291aff6a2894c1e0cd8ff44c0531d840df7..db8f3114c210909e1a475f51b3f645f4def92a18 100755 (executable)
@@ -8,7 +8,7 @@ case "$1" in
        po)
                mode=po
                mail=true
-               language=
+               language=$2
                ;;
        '')
                echo "Sorry, you are not supposed to use this script."
@@ -147,7 +147,7 @@ EOF
                                                                        -e "set use_envelope_from=yes" \
                                                                        -s "Need update for translations: $X" \
                                                                        -c "$cc" \
-                                                                       -b "divVerent@xonotic.org" \
+                                                                       -b "admin@xonotic.org" \
                                                                        -a $attach -- \
                                                                        "$to"
                                                                break