diff --git a/po/arch-update.pot b/po/arch-update.pot index e1912ea..4870f4f 100644 --- a/po/arch-update.pot +++ b/po/arch-update.pot @@ -241,9 +241,9 @@ msgstr "" #: src/script/arch-update.sh:362 #, sh-format msgid "" -"Unable to retrieve recent Arch News within a reasonable time (possibly " -"because of a slow or faulty network connection)\\nPlease, look for any " -"recent news at https://archlinux.org before updating your system" +"Unable to retrieve recent Arch News within a reasonable time (request " +"timeout)\\nPlease, look for any recent news at https://archlinux.org before " +"updating your system" msgstr "" #: src/script/arch-update.sh:371 diff --git a/po/fr.po b/po/fr.po index f105425..61dd53a 100644 --- a/po/fr.po +++ b/po/fr.po @@ -269,12 +269,12 @@ msgstr "Recherche des Arch News récentes..." #: src/script/arch-update.sh:362 #, sh-format msgid "" -"Unable to retrieve recent Arch News within a reasonable time (possibly " -"because of a slow or faulty network connection)\\nPlease, look for any " -"recent news at https://archlinux.org before updating your system" +"Unable to retrieve recent Arch News within a reasonable time (request " +"timeout)\\nPlease, look for any recent news at https://archlinux.org before " +"updating your system" msgstr "" -"Impossible de récupérer les Arch News récentes dans un délai raisonnable (possiblement " -"à cause d'une connexion réseau lente ou défectueuse)\\nVeuillez consultez les dernières " +"Impossible de récupérer les Arch News récentes dans un délai raisonnable (délai " +"d'attente de la demande dépassé)\\nVeuillez consultez les dernières " "news à l'adresse suivante avant de mettre à jour votre système : https://archlinux.org" #: src/script/arch-update.sh:371 diff --git a/src/script/arch-update.sh b/src/script/arch-update.sh index 2f935f5..2b9c2c8 100755 --- a/src/script/arch-update.sh +++ b/src/script/arch-update.sh @@ -359,7 +359,7 @@ list_news() { if [ "${news}" == "timeout" ]; then echo - warning_msg "$(eval_gettext "Unable to retrieve recent Arch News within a reasonable time (possibly because of a slow or faulty network connection)\nPlease, look for any recent news at https://archlinux.org before updating your system")" + warning_msg "$(eval_gettext "Unable to retrieve recent Arch News within a reasonable time (request timeout)\nPlease, look for any recent news at https://archlinux.org before updating your system")" else if [ -z "${show_news}" ]; then echo "${news}" | htmlq -a title a | grep ^"View:" | sed "s/View:\ //g" | head -1 > "${statedir}/current_news_check"