[evolution-exchange] Bug #246255 - "Other User's Folder" - avoid this genitive construction



commit 1323df1958a83b9309bd8019a071c80f66fec80d
Author: Milan Crha <mcrha redhat com>
Date:   Fri Mar 30 16:18:14 2012 +0200

    Bug #246255 - "Other User's Folder" - avoid this genitive construction

 eplugin/exchange-folder-permission.c   |   16 ++++++++--------
 eplugin/exchange-folder-subscription.c |    2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/eplugin/exchange-folder-permission.c b/eplugin/exchange-folder-permission.c
index 8cd2d0f..bf0201f 100644
--- a/eplugin/exchange-folder-permission.c
+++ b/eplugin/exchange-folder-permission.c
@@ -250,9 +250,9 @@ static GtkActionEntry mail_entries[] = {
 
 	{ "eex-folder-subscribe-Inbox",
 	  NULL,
-	  N_("Subscribe to Other User's Folder..."),
+	  N_("Subscribe to folder of other user..."),
 	  NULL,
-	  N_("Subscribe to Other User's Folder"),
+	  N_("Subscribe to folder of other user"),
 	  G_CALLBACK (eex_folder_subscribe_cb) },
 
 	{ "eex-mail-folder-inbox-unsubscribe",
@@ -536,9 +536,9 @@ static GtkActionEntry calendar_entries[] = {
 
 	{ "eex-folder-subscribe-Calendar",
 	  NULL,
-	  N_("Subscribe to Other User's Folder..."),
+	  N_("Subscribe to folder of other user..."),
 	  NULL,
-	  N_("Subscribe to Other User's Folder"),
+	  N_("Subscribe to folder of other user"),
 	  G_CALLBACK (eex_folder_subscribe_cb) },
 
 	{ "eex-folder-unsubscribe-Calendar",
@@ -571,9 +571,9 @@ static GtkActionEntry tasks_entries[] = {
 
 	{ "eex-folder-subscribe-Tasks",
 	  NULL,
-	  N_("Subscribe to Other User's Folder..."),
+	  N_("Subscribe to folder of other user..."),
 	  NULL,
-	  N_("Subscribe to Other User's Folder"),
+	  N_("Subscribe to folder of other user"),
 	  G_CALLBACK (eex_folder_subscribe_cb) },
 
 	{ "eex-folder-unsubscribe-Tasks",
@@ -606,9 +606,9 @@ static GtkActionEntry addressbook_entries[] = {
 
 	{ "eex-folder-subscribe-Contacts",
 	  NULL,
-	  N_("Subscribe to Other User's Folder..."),
+	  N_("Subscribe to folder of other user..."),
 	  NULL,
-	  N_("Subscribe to Other User's Folder"),
+	  N_("Subscribe to folder of other user"),
 	  G_CALLBACK (eex_folder_subscribe_cb) },
 
 	{ "eex-folder-unsubscribe-Contacts",
diff --git a/eplugin/exchange-folder-subscription.c b/eplugin/exchange-folder-subscription.c
index 1ad8f38..0c9b635 100644
--- a/eplugin/exchange-folder-subscription.c
+++ b/eplugin/exchange-folder-subscription.c
@@ -316,7 +316,7 @@ create_folder_subscription_dialog (ExchangeAccount *account,
 	subscription_info->account = account;
 
 	dialog = gtk_dialog_new_with_buttons (
-		_("Subscribe to Other User's Folder"),
+		_("Subscribe to folder of other user"),
 		NULL,
 		GTK_DIALOG_DESTROY_WITH_PARENT,
 		GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]