mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1530 replaced warning message for status verification
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ if (!defined('PHPWG_ROOT_PATH'))
|
||||
|
||||
if (!is_webmaster())
|
||||
{
|
||||
$page['warnings'][] = l10n('Webmaster status is required.');
|
||||
$page['warnings'][] = str_replace('%s', l10n('user_status_webmaster'), l10n('%s status is required to edit parameters.'));
|
||||
}
|
||||
|
||||
function abs_fn_cmp($a, $b)
|
||||
|
||||
Reference in New Issue
Block a user