diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-01-28 13:46:22 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-01-28 13:46:22 +0800 |
commit | 8d0007578eef6f69c3a2af9b7954f44c671ec331 (patch) | |
tree | caccb84b05739a54233c3873dcde59836e818a7b /mail/message-tag-followup.c | |
parent | b57e4b7290682269e804aa2b8d91d1daa5f6577a (diff) | |
download | gsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.tar.gz gsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.tar.zst gsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.zip |
Patch from Andre Klapper <a9016009@gmx.de> ** Fix for bug #339156 (Added a gettext context to the string "Read")
svn path=/trunk/; revision=34910
Diffstat (limited to 'mail/message-tag-followup.c')
-rw-r--r-- | mail/message-tag-followup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/message-tag-followup.c b/mail/message-tag-followup.c index 668c7b9637..db5e23acf6 100644 --- a/mail/message-tag-followup.c +++ b/mail/message-tag-followup.c @@ -78,6 +78,7 @@ static char *available_flags[] = { N_("For Your Information"), N_("Forward"), N_("No Response Necessary"), + /* Translators: "Read" as in "has been read" (message-tag-followup.c) */ N_("Read"), N_("Reply"), N_("Reply to All"), |