]> git.0d.be Git - empathy.git/commitdiff
main-window: s/Cancel/Disconnect/ when not giving a password
authorJonny Lamb <jonnylamb@gnome.org>
Tue, 14 Dec 2010 16:38:48 +0000 (16:38 +0000)
committerJonny Lamb <jonnylamb@gnome.org>
Tue, 14 Dec 2010 16:38:48 +0000 (16:38 +0000)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
src/empathy-main-window.c

index 6907a12ef703e9c9e7a3dadb876a19d03116f460..ce2f78042406d8ffe1a4fcbdc2458a40920350ce 100644 (file)
@@ -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);