[evolution] Bug #551127 - Added translators comment and changed strings slightly
- From: Milan Crha <mcrha src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution] Bug #551127 - Added translators comment and changed strings slightly
- Date: Thu, 6 Aug 2009 20:12:11 +0000 (UTC)
commit ba5c9e6f8046f76ffda4a1871d1287f9834d1211
Author: Milan Crha <mcrha redhat com>
Date: Thu Aug 6 22:11:01 2009 +0200
Bug #551127 - Added translators comment and changed strings slightly
plugins/mark-all-read/mark-all-read.c | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/plugins/mark-all-read/mark-all-read.c b/plugins/mark-all-read/mark-all-read.c
index 87f5218..e210af6 100644
--- a/plugins/mark-all-read/mark-all-read.c
+++ b/plugins/mark-all-read/mark-all-read.c
@@ -159,9 +159,11 @@ prompt_user (void)
gtk_box_pack_start (GTK_BOX (container), widget, FALSE, FALSE, 0);
gtk_widget_show (widget);
- /* "Current Folder and Subfolders" button */
+ /* To Translators: It's a response button caption on a question
+ "Do you want to mark messages as read in the current folder
+ only, or in the current folder as well as all subfolders?" */
widget = gtk_button_new_with_mnemonic (
- _("Current Folder and _Subfolders"));
+ _("In Current Folder and _Subfolders"));
g_object_set_data (
G_OBJECT (widget), "response",
GINT_TO_POINTER (GTK_RESPONSE_YES));
@@ -171,9 +173,11 @@ prompt_user (void)
gtk_box_pack_start (GTK_BOX (container), widget, FALSE, FALSE, 0);
gtk_widget_show (widget);
- /* "Current Folder Only" button */
+ /* To Translators: It's a response button caption on a question
+ "Do you want to mark messages as read in the current folder
+ only, or in the current folder as well as all subfolders?" */
widget = gtk_button_new_with_mnemonic (
- _("Current _Folder Only"));
+ _("In Current _Folder Only"));
g_object_set_data (
G_OBJECT (widget), "response",
GINT_TO_POINTER (GTK_RESPONSE_NO));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]