From e334bf6e4b4975fd87957c473a62c0d889e38cb0 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 30 Nov 2013 18:16:41 +0100 Subject: Review translated strings. - Include trailing colons inside translated strings because some languages (eg. French) need a space before the colon. - Normalize capitalization (title-style didn't seem warranted and looked weird in some cases). - Normalize quotes (not very useful, but we had a random mixture of single and double quotes). - Remove msgstr from the English po file because they're identical to msgid by definition. --- debug_toolbar/panels/headers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar/panels/headers.py') diff --git a/debug_toolbar/panels/headers.py b/debug_toolbar/panels/headers.py index 265ec6b..3b941a9 100644 --- a/debug_toolbar/panels/headers.py +++ b/debug_toolbar/panels/headers.py @@ -32,7 +32,7 @@ class HeadersPanel(Panel): 'TZ', )) - title = _('Headers') + title = _("Headers") template = 'debug_toolbar/panels/headers.html' -- cgit v1.2.3