[empathy] Shorten "Leave chat room" to "Leave room"



commit e59f04dbfc934003a702d3b3d1b9c24984298007
Author: Will Thompson <will thompson collabora co uk>
Date:   Fri Aug 21 01:16:48 2009 +0100

    Shorten "Leave chat room" to "Leave room"
    
    https://bugzilla.gnome.org/show_bug.cgi?id=591756

 src/empathy-chat-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 1832dcf..337bae9 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -327,7 +327,7 @@ confirm_close (EmpathyChatWindow *window,
 	g_free (secondary);
 
 	gtk_dialog_add_button (GTK_DIALOG (dialog),
-		close_window ? _("Close window") : _("Leave chat room"),
+		close_window ? _("Close window") : _("Leave room"),
 		GTK_RESPONSE_ACCEPT);
 	gtk_dialog_set_default_response (GTK_DIALOG (dialog),
 		GTK_RESPONSE_ACCEPT);



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