poesty 2 years ago
parent
commit
5df6c13786
2 changed files with 4 additions and 4 deletions
  1. 2 2
      po_deep-translator.py
  2. 2 2
      po_simplytranslate.py

+ 2 - 2
po_deep-translator.py

@@ -29,8 +29,8 @@ _my_input_default = 'my_strings.po'
 _my_output_default = 'auto_strings.po'
 
 DESCRIPTION = """
-You may need to install translatepy, e.g.
->  pip install translatepy
+You may need to install deep-translator, e.g.
+>  pip install deep-translator
 
 Opens the INFILE, assumed to be in 'english',
 and the needed language selected as --language

+ 2 - 2
po_simplytranslate.py

@@ -31,8 +31,8 @@ _my_input_default = 'my_strings.po'
 _my_output_default = 'auto_strings.po'
 
 DESCRIPTION = """
-You may need to install translatepy, e.g.
->  pip install translatepy
+You may need to install SimplyTranslate-Engines, e.g.
+>  pip install git+https://codeberg.org/SimpleWeb/SimplyTranslate-Engines
 
 Opens the INFILE, assumed to be in 'english',
 and the needed language selected as --language