From 06d57f82d99a085c3d1eec11fc243175af67787e Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Mon, 19 Dec 2005 14:55:41 +0000 Subject: Removed the repleted window title and added translator comments. Fixes #313545. svn path=/trunk/; revision=30882 --- plugins/exchange-operations/ChangeLog | 8 +++++ .../exchange-operations/exchange-delegates-user.c | 4 ++- .../exchange-operations/exchange-delegates.glade | 37 +++++++++++++++++++--- 3 files changed, 44 insertions(+), 5 deletions(-) (limited to 'plugins') diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 0b75458331..50ce733522 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,11 @@ +2005-12-19 Sushma Rai + + * exchange-delegates-user.c (exchange_delegates_user_edit): Using the + window title as "Delegates Permissions". Label "Permissions for " + was repeated twice. + + * exchange-delegates.glade: Added translator comments. Fixes #313545. + 2005-12-19 Sushma Rai * exchange-account-setup.c (owa_authenticate_user): Adding the diff --git a/plugins/exchange-operations/exchange-delegates-user.c b/plugins/exchange-operations/exchange-delegates-user.c index 4b0913045c..a34ee09f8c 100644 --- a/plugins/exchange-operations/exchange-delegates-user.c +++ b/plugins/exchange-operations/exchange-delegates-user.c @@ -188,16 +188,18 @@ exchange_delegates_user_edit (ExchangeDelegatesUser *user, "delegate_permissions", PACKAGE); g_return_val_if_fail (xml, FALSE); - title = g_strdup_printf (_("Permissions for %s"), user->display_name); + title = g_strdup (_("Delegate Permissions")); dialog = glade_xml_get_widget (xml, "delegate_permissions"); gtk_window_set_title (GTK_WINDOW (dialog), title); e_dialog_set_transient_for (GTK_WINDOW (dialog), parent_window); + g_free (title); table = glade_xml_get_widget (xml, "toplevel_table"); gtk_widget_reparent (table, GTK_DIALOG (dialog)->vbox); gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (dialog)->vbox), 6); + title = g_strdup_printf (_("Permissions for %s"), user->display_name); label = glade_xml_get_widget (xml, "delegate_label"); gtk_label_set_text (GTK_LABEL (label), title); g_free (title); diff --git a/plugins/exchange-operations/exchange-delegates.glade b/plugins/exchange-operations/exchange-delegates.glade index 4b2e0e7695..464fd820d4 100644 --- a/plugins/exchange-operations/exchange-delegates.glade +++ b/plugins/exchange-operations/exchange-delegates.glade @@ -16,6 +16,7 @@ False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True False @@ -84,6 +85,10 @@ and access your folders with the permissions you give them. 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -106,6 +111,9 @@ and access your folders with the permissions you give them. False False False + False + False + False 0 @@ -193,6 +201,7 @@ and access your folders with the permissions you give them. False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True False @@ -260,6 +269,10 @@ and access your folders with the permissions you give them. 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -280,7 +293,7 @@ and access your folders with the permissions you give them. True - C_alendar: + C_alendar: True False GTK_JUSTIFY_CENTER @@ -291,6 +304,10 @@ and access your folders with the permissions you give them. 0 0 calendar_perms + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -305,7 +322,7 @@ and access your folders with the permissions you give them. True - _Tasks: + _Tasks: True False GTK_JUSTIFY_CENTER @@ -316,6 +333,10 @@ and access your folders with the permissions you give them. 0 0 task_perms + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -330,7 +351,7 @@ and access your folders with the permissions you give them. True - _Inbox: + _Inbox: True False GTK_JUSTIFY_CENTER @@ -341,6 +362,10 @@ and access your folders with the permissions you give them. 0 0 inbox_perms + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -355,7 +380,7 @@ and access your folders with the permissions you give them. True - Co_ntacts: + Co_ntacts: True False GTK_JUSTIFY_CENTER @@ -366,6 +391,10 @@ and access your folders with the permissions you give them. 0 0 contact_perms + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 -- cgit v1.2.3