aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-08-21 08:16:48 +0800
committerWill Thompson <will.thompson@collabora.co.uk>2012-01-30 21:28:01 +0800
commite59f04dbfc934003a702d3b3d1b9c24984298007 (patch)
treec586310929ca9b4823d651c7336131aa7d65cba3
parent4cdb4a49b73c5f4698e91029d555a21f4b4e55b3 (diff)
downloadgsoc2013-empathy-e59f04dbfc934003a702d3b3d1b9c24984298007.tar
gsoc2013-empathy-e59f04dbfc934003a702d3b3d1b9c24984298007.tar.gz
gsoc2013-empathy-e59f04dbfc934003a702d3b3d1b9c24984298007.tar.bz2
gsoc2013-empathy-e59f04dbfc934003a702d3b3d1b9c24984298007.tar.lz
gsoc2013-empathy-e59f04dbfc934003a702d3b3d1b9c24984298007.tar.xz
gsoc2013-empathy-e59f04dbfc934003a702d3b3d1b9c24984298007.tar.zst
gsoc2013-empathy-e59f04dbfc934003a702d3b3d1b9c24984298007.zip
Shorten "Leave chat room" to "Leave room"
https://bugzilla.gnome.org/show_bug.cgi?id=591756
-rw-r--r--src/empathy-chat-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 1832dcf96..337bae942 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);