diff libpurple/protocols/silc/ft.c @ 18095:2f35d56d2add

Replace "timedout" with "timed out". Fixes #1678
author Richard Laager <rlaager@wiktel.com>
date Thu, 14 Jun 2007 15:33:28 +0000
parents 980a104267da
children 67a4c8c46f78
line wrap: on
line diff
--- a/libpurple/protocols/silc/ft.c	Thu Jun 14 15:29:53 2007 +0000
+++ b/libpurple/protocols/silc/ft.c	Thu Jun 14 15:33:28 2007 +0000
@@ -111,7 +111,7 @@
 		} else if (error == SILC_CLIENT_FILE_TIMEOUT) {
 			purple_notify_error(gc, _("Secure File Transfer"),
 					  _("Error during file transfer"),
-					  _("Connection timedout"));
+					  _("Connection timed out"));
 		} else if (error == SILC_CLIENT_FILE_CONNECT_FAILED) {
 			purple_notify_error(gc, _("Secure File Transfer"),
 					  _("Error during file transfer"),