diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-06-27 09:39:47 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-06-28 16:46:18 +0200 |
| commit | 42b9a23267f14be39b9b00958e18d5746783208e (patch) | |
| tree | f19f6a2cd70025744ad9d668a15a0c0a5ed8aac3 /tests/admin_utils | |
| parent | 2b03e8e9e8205ae3a3aa128764277e70b7c30803 (diff) | |
Fixed #30400 -- Improved typography of user facing strings.
Thanks Claude Paroz for assistance with translations.
Diffstat (limited to 'tests/admin_utils')
| -rw-r--r-- | tests/admin_utils/test_logentry.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/admin_utils/test_logentry.py b/tests/admin_utils/test_logentry.py index c2dec073f4..fec06c3446 100644 --- a/tests/admin_utils/test_logentry.py +++ b/tests/admin_utils/test_logentry.py @@ -131,9 +131,9 @@ class LogEntryTests(TestCase): ) self.assertEqual( logentry.get_change_message(), - 'Changed Domain. Added article "Added article". ' - 'Changed Title and not_a_form_field for article "Changed Title". ' - 'Deleted article "Title second article".' + 'Changed Domain. Added article “Added article”. ' + 'Changed Title and not_a_form_field for article “Changed Title”. ' + 'Deleted article “Title second article”.' ) with translation.override('fr'): |
