From 9a857a8c6f1606c31d576621a7f0f07db193de39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Fri, 20 Sep 2013 20:44:15 +0200 Subject: [PATCH] Better english ... maybe --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index 38b6b9c..be7c2bc 100644 --- a/base.php +++ b/base.php @@ -168,7 +168,7 @@ function localize($phrase, $count=-1) { /* Load the language file as a JSON object and transform it into an associative array */ $translations = json_decode($lang_file_content, true); - /* Clean the array of all translations unfinished */ + /* Clean the array of all unfinished translations */ foreach ($translations as $key => $val) { if (preg_match ("/^##TODO##/", $key)) { unset ($translations [$key]);