diff options
Diffstat (limited to 'tests/admin_widgets/tests.py')
| -rw-r--r-- | tests/admin_widgets/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_widgets/tests.py b/tests/admin_widgets/tests.py index 18475658c9..22efcef6ce 100644 --- a/tests/admin_widgets/tests.py +++ b/tests/admin_widgets/tests.py @@ -181,7 +181,7 @@ class AdminFormfieldForDBFieldTests(SimpleTestCase): f = ma.formfield_for_dbfield(Advisor._meta.get_field('companies'), request=None) self.assertEqual( f.help_text, - 'Hold down "Control", or "Command" on a Mac, to select more than one.' + 'Hold down “Control”, or “Command” on a Mac, to select more than one.' ) |
