summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_onionshare_strings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_onionshare_strings.py b/tests/test_onionshare_strings.py
index ea57e3a9..3ac22a11 100644
--- a/tests/test_onionshare_strings.py
+++ b/tests/test_onionshare_strings.py
@@ -51,7 +51,7 @@ class TestLoadStrings:
common_obj.settings = Settings(common_obj)
common_obj.settings.set('locale', 'fr')
strings.load_strings(common_obj)
- assert strings._('preparing_files') == "Préparation des fichiers à partager."
+ assert strings._('preparing_files') == "Compression des fichiers."
def test_load_invalid_locale(
self, common_obj, locale_invalid, sys_onionshare_dev_mode):