Mercurial > pidgin.yaz
changeset 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 | 8502b0b42436 |
children | 55ff2a39244e |
files | libpurple/protocols/silc/ft.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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"),