mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
Fix missing keys and misspelling keys in translations
git-svn-id: http://piwigo.org/svn/trunk@5573 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -297,7 +297,7 @@ if (isset($_POST['submit']) and check_upgrade())
|
||||
if (!@file_put_contents($config_file, $config_file_contents))
|
||||
{
|
||||
array_push($page['infos'],
|
||||
l10n_args('in <i>%s</i>, before <b>?></b>, insert:',
|
||||
l10n_args('In <i>%s</i>, before <b>?></b>, insert:',
|
||||
'local/config/database.inc.php') .
|
||||
'<p><textarea rows="4" cols="40">' .
|
||||
implode("\r\n" , $mysql_changes).'</textarea></p>'
|
||||
|
||||
Reference in New Issue
Block a user