empathy r1048 - trunk/src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1048 - trunk/src
- Date: Fri, 25 Apr 2008 11:52:16 +0100 (BST)
Author: xclaesse
Date: Fri Apr 25 10:52:16 2008
New Revision: 1048
URL: http://svn.gnome.org/viewvc/empathy?rev=1048&view=rev
Log:
Improve the close warning message. (Elliot Fairweather).
Modified:
trunk/src/empathy-call-window.c
Modified: trunk/src/empathy-call-window.c
==============================================================================
--- trunk/src/empathy-call-window.c (original)
+++ trunk/src/empathy-call-window.c Fri Apr 25 10:52:16 2008
@@ -269,7 +269,7 @@
GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_WARNING, GTK_BUTTONS_CANCEL, _("End this call?"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
- _("This window has running call. Closing the window will end it."));
+ _("Closing this window will end the call in progress."));
gtk_dialog_add_button (GTK_DIALOG (dialog), _("_End Call"), GTK_RESPONSE_OK);
gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]