[empathy: 34/35] Update the wording of the other contact blocking dialog
- From: Danielle Madeley <daniellem src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 34/35] Update the wording of the other contact blocking dialog
- Date: Mon, 14 Mar 2011 02:02:02 +0000 (UTC)
commit c0eca0414ca529da3b083c099ec3031436420b00
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 06481cf..d16062e 100644
--- a/libempathy-gtk/empathy-contact-dialogs.c
+++ b/libempathy-gtk/empathy-contact-dialogs.c
@@ -530,12 +530,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]