diff options
Diffstat (limited to 'modules/mail')
-rw-r--r-- | modules/mail/e-mail-junk-hook.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mail/e-mail-junk-hook.c b/modules/mail/e-mail-junk-hook.c index bf4a5ccf36..f17290f99d 100644 --- a/modules/mail/e-mail-junk-hook.c +++ b/modules/mail/e-mail-junk-hook.c @@ -85,7 +85,8 @@ mail_junk_hook_get_name (CamelJunkPlugin *junk_plugin) interface = (EMJunkInterface *) junk_plugin; if (!interface->hook->plugin->enabled) { - /* Translators: "None" for a junk hook name, when the junk plugin is not enabled */ + /* Translators: "None" for a junk hook name, + * when the junk plugin is not enabled. */ return C_("mail-junk-hook", "None"); } |