X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fupdate_translations.php;h=8d4c9d3d2d11b9e7ef98b11cc160195ffbc55a65;hb=0ab17f382b9993ada3d12d4cdace72cca53fb545;hp=580c472eef0e5049f64d58946a08a5ab0505f59b;hpb=221b779e88e51b70a2c3509798154c461203e636;p=quix0rs-gnu-social.git diff --git a/scripts/update_translations.php b/scripts/update_translations.php index 580c472eef..8d4c9d3d2d 100755 --- a/scripts/update_translations.php +++ b/scripts/update_translations.php @@ -98,7 +98,7 @@ foreach ($languages as $language) { $new_file = curl_get_file($file_url); if ($new_file === FALSE) { - echo "Couldn't retrieve .po file for $code: $file_url\n"; + echo "Could not retrieve .po file for $code: $file_url\n"; continue; }