From 19b13ef9c214928b7cbb62e529f702689716e1ca Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Sun, 15 Jul 2007 10:50:45 +0000 Subject: [PATCH] Inform about result git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@175 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- _lang.php | 1 + 1 file changed, 1 insertion(+) 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";