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 /plugins/groupwise-features/proxy-add-dialog.glade | |
parent | b57e4b7290682269e804aa2b8d91d1daa5f6577a (diff) | |
download | gsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.tar gsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.tar.gz gsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.tar.bz2 gsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.tar.lz gsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.tar.xz 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 'plugins/groupwise-features/proxy-add-dialog.glade')
-rw-r--r-- | plugins/groupwise-features/proxy-add-dialog.glade | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/groupwise-features/proxy-add-dialog.glade b/plugins/groupwise-features/proxy-add-dialog.glade index 06c8c4823c..a8622f232b 100644 --- a/plugins/groupwise-features/proxy-add-dialog.glade +++ b/plugins/groupwise-features/proxy-add-dialog.glade @@ -433,7 +433,7 @@ <widget class="GtkCheckButton" id="mailRead"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Read</property> + <property name="label" translatable="yes" context="yes" comments="To Translators: strip the part in front of the | and the | itself">permission to read|_Read</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -457,7 +457,8 @@ <widget class="GtkCheckButton" id="appRead"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Read</property> + <property name="label" translatable="yes" context="yes" comments="To Translators: strip the part in front of the | and the | itself">permission to read|_Read</property> + <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -481,7 +482,7 @@ <widget class="GtkCheckButton" id="noteRead"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Read</property> + <property name="label" translatable="yes" context="yes" comments="To Translators: strip the part in front of the | and the | itself">permission to read|_Read</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -505,7 +506,7 @@ <widget class="GtkCheckButton" id="taskRead"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Read</property> + <property name="label" translatable="yes" context="yes" comments="To Translators: strip the part in front of the | and the | itself">permission to read|_Read</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |