[empathy/gnome-2-34] Update the wording of the other contact blocking dialog



commit d42f413aec2997c59c20e305e1fa0c7f8dae9c2a
Author: Danielle Madeley <danielle madeley collabora co uk>
Date:   Fri Mar 11 12:05:24 2011 +1100

    Update the wording of the other contact blocking dialog

 libempathy-gtk/empathy-contact-dialogs.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-dialogs.c b/libempathy-gtk/empathy-contact-dialogs.c
index 2f23a91..12aa562 100644
--- a/libempathy-gtk/empathy-contact-dialogs.c
+++ b/libempathy-gtk/empathy-contact-dialogs.c
@@ -506,12 +506,13 @@ empathy_block_contact_dialog_show (GtkWindow      *parent,
 			GTK_DIALOG_MODAL,
 			GTK_MESSAGE_QUESTION, GTK_BUTTONS_NONE,
 			_("Block %s?"),
-			empathy_contact_get_id (contact));
+			empathy_contact_get_alias (contact));
 
 	gtk_message_dialog_format_secondary_text (
 			GTK_MESSAGE_DIALOG (dialog),
-			_("Are you sure you want to block the contact %s?"),
-			empathy_contact_get_id (contact));
+			_("Are you sure you want to block '%s' from "
+			  "contacting you again?"),
+			empathy_contact_get_alias (contact));
 	gtk_dialog_add_buttons (GTK_DIALOG (dialog),
 			GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 			_("_Block"), GTK_RESPONSE_REJECT,



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