clean wording

This commit is contained in:
henryruhs
2026-08-05 23:35:19 +02:00
parent 6f5e4b9d91
commit 33cc6b40a4
2 changed files with 2 additions and 5 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('processing_stopped') == 'processing stopped'
assert translator.get('help.run') == 'run the program'
assert translator.get('invalid') is None