fix l10n comment so it's parsed

This commit is contained in:
Wil Clouser 2011-04-12 11:13:23 -07:00
Родитель a5acc6eae8
Коммит b980191d33
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)),