mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #30400 -- Improved typography of user facing strings.
Thanks Claude Paroz for assistance with translations.
This commit is contained in:
parent
2b03e8e9e8
commit
42b9a23267
64 changed files with 195 additions and 195 deletions
|
@ -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'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue