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:
parent
8406eef353
commit
4061fefe71
20 changed files with 42 additions and 40 deletions
|
|
@ -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>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue