[empathy: 23/24] main-window: s/Cancel/Disconnect/ when not giving a password
- From: Jonny Lamb <jonnylamb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 23/24] main-window: s/Cancel/Disconnect/ when not giving a password
- Date: Wed, 15 Dec 2010 09:01:11 +0000 (UTC)
commit 225ca2e12b053a6c8ece18179d470f01ed1d6fb7
Author: Jonny Lamb <jonnylamb gnome org>
Date: Tue Dec 14 16:38:48 2010 +0000
main-window: s/Cancel/Disconnect/ when not giving a password
Signed-off-by: Jonny Lamb <jonnylamb gnome org>
src/empathy-main-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 6907a12..ce2f780 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -387,7 +387,7 @@ main_window_auth_display (EmpathyMainWindow *window,
image = gtk_image_new_from_stock (GTK_STOCK_CLOSE, GTK_ICON_SIZE_BUTTON);
close_button = gtk_button_new ();
gtk_button_set_image (GTK_BUTTON (close_button), image);
- gtk_widget_set_tooltip_text (close_button, _("Cancel"));
+ gtk_widget_set_tooltip_text (close_button, _("Disconnect"));
gtk_widget_show (close_button);
action_table = gtk_table_new (1, 2, FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]