# HG changeset patch # User Richard Laager # Date 1181835208 0 # Node ID 2f35d56d2add7e870ef289989377f1aa5b15c79c # Parent 8502b0b42436245ff7c9155e4e03ff517d5aa026 Replace "timedout" with "timed out". Fixes #1678 diff -r 8502b0b42436 -r 2f35d56d2add libpurple/protocols/silc/ft.c --- 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"),