diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-02-17 00:12:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-02-17 00:13:19 +0800 |
commit | 62b4d9af96f8baa5fa37a89ea687c902f3416db3 (patch) | |
tree | 9032f7c41b26589292f22aca0fedb7e435031b31 /modules/mail | |
parent | cca50eb8002e6ac01a537f403230fe4a99600461 (diff) | |
download | gsoc2013-evolution-62b4d9af96f8baa5fa37a89ea687c902f3416db3.tar.gz gsoc2013-evolution-62b4d9af96f8baa5fa37a89ea687c902f3416db3.tar.zst gsoc2013-evolution-62b4d9af96f8baa5fa37a89ea687c902f3416db3.zip |
Bug 609836 - Add translator comments to ambiguous strings
Diffstat (limited to 'modules/mail')
-rw-r--r-- | modules/mail/e-mail-shell-view-actions.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mail/e-mail-shell-view-actions.c b/modules/mail/e-mail-shell-view-actions.c index 766489fbe2..b3d19fc172 100644 --- a/modules/mail/e-mail-shell-view-actions.c +++ b/modules/mail/e-mail-shell-view-actions.c @@ -983,6 +983,8 @@ static GtkActionEntry mail_entries[] = { NULL, /* XXX Add a tooltip! */ G_CALLBACK (action_mail_label_new_cb) }, + /* Translators: "None" is used in the message label context menu. + * It removes all labels from the selected messages. */ { "mail-label-none", NULL, N_("N_one"), |