From: jakubvrana Date: Sun, 15 Jul 2007 10:50:45 +0000 (+0000) Subject: Inform about result X-Git-Tag: v3.0.0~1333 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=19b13ef9c214928b7cbb62e529f702689716e1ca;p=adminer.git Inform about result git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@175 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/_lang.php b/_lang.php index c928909f..be953b75 100644 --- a/_lang.php +++ b/_lang.php @@ -36,3 +36,4 @@ foreach (array_reverse($translations[2], true) as $key => $translation) { $file = substr_replace($file, $s, $translation[1], strlen($translation[0])); } file_put_contents("lang.inc.php", $file); +echo "lang.inc.php modified.\n";