remove the \n from the language key and split into 2 separate strings to avoid

useless exceptions in translation analysis scripts.

git-svn-id: http://piwigo.org/svn/trunk@5302 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2010-03-23 23:45:13 +00:00
parent 4a6748bd70
commit 8802877a84
3 changed files with 8 additions and 13 deletions

View file

@ -200,7 +200,7 @@ order by
$query = 'delete from '.USER_MAIL_NOTIFICATION_TABLE.' where check_key in ('.implode(",", $quoted_check_key_list).');';
$result = pwg_query($query);
redirect($base_url.get_query_string_diff(array(), false), l10n("Processing treatment.\nPlease wait..."));
redirect($base_url.get_query_string_diff(array(), false), l10n('Processing treatment.')."\n".l10n('Please wait...'));
}
}
}
@ -734,4 +734,4 @@ switch ($page['mode'])
// +-----------------------------------------------------------------------+
$template->assign_var_from_handle('ADMIN_CONTENT', 'notification_by_mail');
?>
?>