From b980191d336bc1ca6bf4f75ea4795f914271eb2e Mon Sep 17 00:00:00 2001 From: Wil Clouser Date: Tue, 12 Apr 2011 11:13:23 -0700 Subject: [PATCH] fix l10n comment so it's parsed --- apps/editors/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/editors/models.py b/apps/editors/models.py index f4fe0471cc..15ca6e21a9 100644 --- a/apps/editors/models.py +++ b/apps/editors/models.py @@ -206,7 +206,7 @@ class EditorSubscription(amo.models.ModelBase): 'review': absolutify(reverse('editors.review', args=[version.pk])), 'SITE_URL': settings.SITE_URL, }) - #L10N: addon.name + # L10n: %s is the addon.name, this is the subject for an email subject = _('Mozilla Add-ons: %s Updated') % self.addon.name template = loader.get_template('editors/emails/notify_update.ltxt') send_mail(subject, template.render(Context(context)),