diff libpurple/protocols/irc/dcc_send.c @ 15382:21bc8d84974f

I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able to provide a user-readable client name as well as website, as some of my re-wordings come out somewhat awkward when I force not mentioning Gaim
author Sean Egan <seanegan@gmail.com>
date Mon, 22 Jan 2007 09:27:02 +0000
parents 5fe8042783c1
children 32c366eeeb99
line wrap: on
line diff
--- a/libpurple/protocols/irc/dcc_send.c	Mon Jan 22 09:05:30 2007 +0000
+++ b/libpurple/protocols/irc/dcc_send.c	Mon Jan 22 09:27:02 2007 +0000
@@ -294,7 +294,7 @@
 
 	if (sock < 0) {
 		gaim_notify_error(gc, NULL, _("File Transfer Failed"),
-		                  _("Gaim could not open a listening port."));
+		                  _("Could not open a listening port."));
 		gaim_xfer_cancel_local(xfer);
 		return;
 	}
@@ -335,7 +335,7 @@
 	if (xd->listen_data == NULL) {
 		gaim_xfer_unref(xfer);
 		gaim_notify_error(gc, NULL, _("File Transfer Failed"),
-		                  _("Gaim could not open a listening port."));
+		                  _("Could not open a listening port."));
 		gaim_xfer_cancel_local(xfer);
 	}