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 /ui | |
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 'ui')
-rw-r--r-- | ui/ChangeLog | 20 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 1 |
2 files changed, 13 insertions, 8 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 5cb22f0872..ca90d40629 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2008-01-28 Andre Klapper <a9016009@gmx.de> + + * evolution-mail-message.xml: Added translator comments. + 2007-12-17 Srinivasa Ragavan <sragavan@novell.com> * evolution-mail-global.xml: Add Debug Log menu item for mailer. @@ -14,9 +18,9 @@ Fix capitalization of "Switcher Appearance" menu (HIG 8.3.2). 2007-12-09 Andre Klapper <a9016009@gmx.de> - - * evolution.xml: - change "Evolution FAQ" menu item name to "Frequently Asked questions". + + * evolution.xml: + change "Evolution FAQ" menu item name to "Frequently Asked questions". if i think of it, our users should not need a geek dictionary. 2007-12-07 Denis Washington <denisw@svn.gnome.org> @@ -35,11 +39,11 @@ Add mnemonic to PrepareForOffline menu item 2007-11-26 Andre Klapper <a9016009@gmx.de> - - ** Fixes bug #497810 - - * evolution.xml: - add "Evolution FAQ" help menu item + + ** Fixes bug #497810 + + * evolution.xml: + add "Evolution FAQ" help menu item 2007-11-26 Nicholas Miell <nmiell@gmail.com> diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index c0655386fe..ab1e86b245 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -347,6 +347,7 @@ <separator f="" name="emaillist4"/> <submenu name="MessageMarkAs" _label="Mar_k as"> + <!-- Translators: "Read" as in "has been read" (evolution-mail-message.xml) --> <menuitem name="MessageMarkAsRead" verb="" _label="_Read"/> <menuitem name="MessageMarkAsUnRead" verb="" _label="_Unread"/> |