Mercurial > pidgin
changeset 3100:dd78d89c910b
[gaim-migrate @ 3114]
Some spelling corrections by Tero Kuusela. Thanks.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 28 Mar 2002 18:22:49 +0000 |
parents | a5f759e43fdd |
children | 8b0d58f74d3f |
files | ChangeLog src/html.c src/protocols/gg/gg.c src/protocols/toc/toc.c |
diffstat | 4 files changed, 13 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Mar 28 18:05:48 2002 +0000 +++ b/ChangeLog Thu Mar 28 18:22:49 2002 +0000 @@ -17,6 +17,7 @@ * Updated French translation * Updated Finnish translation (Thanks Tero Kuusela) * HTTP Proxy settings now HTTP compliant (Thanks Robert McQueen) + * Speling corections (Thanks Tero Kuusela) version 0.54 (03/14/2002): * Compiles without GdkPixbuf again
--- a/src/html.c Thu Mar 28 18:05:48 2002 +0000 +++ b/src/html.c Thu Mar 28 18:22:49 2002 +0000 @@ -180,7 +180,7 @@ gunk->webdata = g_realloc(gunk->webdata, gunk->len + 1); gunk->webdata[gunk->len] = 0; - debug_printf(_("Receieved: '%s'\n"), gunk->webdata); + debug_printf(_("Received: '%s'\n"), gunk->webdata); gaim_input_remove(gunk->inpa); close(sock);
--- a/src/protocols/gg/gg.c Thu Mar 28 18:05:48 2002 +0000 +++ b/src/protocols/gg/gg.c Thu Mar 28 18:22:49 2002 +0000 @@ -1,6 +1,6 @@ /* * gaim - Gadu-Gadu Protocol Plugin - * $Id: gg.c 3046 2002-03-12 17:21:46Z seanegan $ + * $Id: gg.c 3114 2002-03-28 18:22:49Z seanegan $ * * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> * @@ -191,10 +191,10 @@ g_snprintf(msg, sizeof(msg), _("Error while reading from socket.")); break; case GG_FAILURE_WRITING: - g_snprintf(msg, sizeof(msg), _("Error while writting to socket.")); + g_snprintf(msg, sizeof(msg), _("Error while writing to socket.")); break; case GG_FAILURE_PASSWORD: - g_snprintf(msg, sizeof(msg), _("Authentification failed.")); + g_snprintf(msg, sizeof(msg), _("Authentication failed.")); break; default: g_snprintf(msg, sizeof(msg), _("Unknown Error Code.")); @@ -591,7 +591,7 @@ gchar *imsg; if (invalid_uin(who)) { - do_error_dialog(_("You are trying to send message to invalid Gadu-Gadu UIN!"), + do_error_dialog(_("You are trying to send a message to an invalid Gadu-Gadu UIN."), _("Gadu-Gadu Error")); return -1; } @@ -812,31 +812,31 @@ static void export_buddies_server_results(struct gaim_connection *gc, gchar *webdata) { if (strstr(webdata, "put_success:")) { - do_error_dialog(_("Buddies List sucessfully transfered into Server"), + do_error_dialog(_("Buddy List successfully transferred to server"), _("Gadu-Gadu Information")); return; } debug_printf("export_buddies_server_results: webdata [%s]\n", webdata); - do_error_dialog(_("Couldn't transfer Buddies List into Server"), _("Gadu-Gadu Error")); + do_error_dialog(_("Couldn't transfer Buddy List to server"), _("Gadu-Gadu Error")); } static void delete_buddies_server_results(struct gaim_connection *gc, gchar *webdata) { if (strstr(webdata, "put_success:")) { - do_error_dialog(_("Buddies List sucessfully deleted from Server"), + do_error_dialog(_("Buddy List sucessfully deleted from server"), _("Gadu-Gadu Information")); return; } debug_printf("delete_buddies_server_results: webdata [%s]\n", webdata); - do_error_dialog(_("Couldn't delete Buddies List from Server"), _("Gadu-Gadu Error")); + do_error_dialog(_("Couldn't delete Buddy List from server"), _("Gadu-Gadu Error")); } static void password_change_server_results(struct gaim_connection *gc, gchar *webdata) { if (strstr(webdata, "reg_success:")) { - do_error_dialog(_("Password changed sucessfully"), + do_error_dialog(_("Password changed successfully"), _("Gadu-Gadu Information")); return; }
--- a/src/protocols/toc/toc.c Thu Mar 28 18:05:48 2002 +0000 +++ b/src/protocols/toc/toc.c Thu Mar 28 18:22:49 2002 +0000 @@ -471,7 +471,7 @@ g_snprintf(buf, sizeof(buf), _("An unknown signon error has occurred: %s."), w); break; default: - g_snprintf(buf, sizeof(buf), _("An unknown error, %d, has occured. Info: %s"), no, w); + g_snprintf(buf, sizeof(buf), _("An unknown error, %d, has occurred. Info: %s"), no, w); } return buf; @@ -779,7 +779,7 @@ } else if (!strcasecmp(c, "DIR_STATUS")) { } else if (!strcasecmp(c, "ADMIN_NICK_STATUS")) { } else if (!strcasecmp(c, "ADMIN_PASSWD_STATUS")) { - do_error_dialog(_("Password Change Successeful"), _("Gaim - Password Change")); + do_error_dialog(_("Password Change Successful"), _("Gaim - Password Change")); } else if (!strcasecmp(c, "PAUSE")) { tdt->state = STATE_PAUSE; do_error_dialog(_("TOC has sent a PAUSE command. When this happens, TOC ignores"