]> git.0d.be Git - empathy.git/commitdiff
Shorten "Leave chat room" to "Leave room"
authorWill Thompson <will.thompson@collabora.co.uk>
Fri, 21 Aug 2009 00:16:48 +0000 (01:16 +0100)
committerWill Thompson <will.thompson@collabora.co.uk>
Mon, 30 Jan 2012 13:28:01 +0000 (13:28 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=591756

src/empathy-chat-window.c

index 1832dcf968f0512fe609047df11ceb1fbaf191c7..337bae942fe7c61d98333fb5bdaee556c0263434 100644 (file)
@@ -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);