B. Petersen 5 년 전
부모
커밋
6e8f268275
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/add-language.sh

+ 1 - 1
tools/add-language.sh

@@ -2,7 +2,7 @@
 
 if [ $# -eq 0 ]
 then
-  echo "Please specify the language to add as the first argument (dk, ru etc.)"
+  echo "Please specify the language to add as the first argument (dk, ru, pt-BR etc.)"
   exit
 fi