clean wording

This commit is contained in:
henryruhs
2026-08-05 23:26:44 +02:00
parent 93ce2bfc5e
commit e11f4b8d55
2 changed files with 4 additions and 6 deletions
+2 -2
View File
@@ -9,6 +9,6 @@ def test_load() -> None:
def test_get() -> None:
assert translator.get('conda_not_activated') == 'conda is not activated'
assert translator.get('help.skip_conda') == 'skip the conda environment check'
assert translator.get('python_not_supported').format(version = '3.12') == 'python version is not supported, upgrade to 3.12 or higher'
assert translator.get('help.run') == 'run the program'
assert translator.get('invalid') is None