From 9478b0eae9017ca1c02949e438ba9e292e28d1a0 Mon Sep 17 00:00:00 2001 From: Melvin Hadasht Date: Fri, 26 Apr 2002 21:31:44 +0000 Subject: [PATCH] src/procmsg.c po/fr.po po/it.po po/pt_BR.po completed typo fixing ("temorary") --- ChangeLog.claws | 9 +++++++++ configure.in | 2 +- po/fr.po | 2 +- po/it.po | 2 +- po/pt_BR.po | 2 +- src/procmsg.c | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index fda42b539..2b841df64 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,12 @@ +2002-04-26 [melvin] 0.7.4claws101 + + * src/procmsg.c + fixed a second typo (same one) + * po/fr.po + po/it.po + po/pt_BR.po + fixed the type again... + 2002-04-26 [melvin] 0.7.4claws100 * src/procmsg.c diff --git a/configure.in b/configure.in index dde7c2aeb..65112a15d 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=7 MICRO_VERSION=4 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws100 +EXTRA_VERSION=claws101 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/po/fr.po b/po/fr.po index b015c74b0..a77d4755e 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6251,7 +6251,7 @@ msgid "Error occurred while sending the message with command `%s'." msgstr "Une erreur est survenue lors de l'envoi du message avec la commande %s" #: src/procmsg.c:1272 -msgid "Could not create temorary file for news sending." +msgid "Could not create temporary file for news sending." msgstr "Impossible de créer un fichier temporaire pour l'envoi de l'article." #: src/procmsg.c:1283 diff --git a/po/it.po b/po/it.po index e7b50867a..2d98d5b9d 100644 --- a/po/it.po +++ b/po/it.po @@ -6240,7 +6240,7 @@ msgid "Could not create temporary file for news sending." msgstr "Non posso creare il file temporaneo per spedire l'articolo." #: src/procmsg.c:1283 -msgid "Error when writing temorary file for news sending." +msgid "Error when writing temporary file for news sending." msgstr "" "Errore nella scrittura del file temporaneo per la spedizione dell'articolo" diff --git a/po/pt_BR.po b/po/pt_BR.po index a4443424d..408421145 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6168,7 +6168,7 @@ msgid "Could not create temporary file for news sending." msgstr "Não foi possível criar o arquivo temporário para envio de notícia." #: src/procmsg.c:1283 -msgid "Error when writing temorary file for news sending." +msgid "Error when writing temporary file for news sending." msgstr "Erro ao gravar no arquivo temporário de notícia a enviar." #: src/procmsg.c:1289 diff --git a/src/procmsg.c b/src/procmsg.c index c411b4d4a..2f57feb78 100644 --- a/src/procmsg.c +++ b/src/procmsg.c @@ -1269,7 +1269,7 @@ gint procmsg_send_message_queue(const gchar *file) if ((tmpfp = fopen(tmp, "wb")) == NULL) { FILE_OP_ERROR(tmp, "fopen"); newsval = -1; - alertpanel_error(_("Could not create temorary file for news sending.")); + alertpanel_error(_("Could not create temporary file for news sending.")); } else { if (change_file_mode_rw(tmpfp, tmp) < 0) { FILE_OP_ERROR(tmp, "chmod"); -- 2.25.1