mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
related to #1795 removed useless translation func call
This commit is contained in:
@@ -55,7 +55,7 @@ $tabsheet->assign();
|
||||
|
||||
$template->assign(
|
||||
array(
|
||||
'ADMIN_PAGE_TITLE' => l10n('Edit photo').l10n(' <span class="image-id">#%s</span>', $_GET['image_id']),
|
||||
'ADMIN_PAGE_TITLE' => l10n('Edit photo').' <span class="image-id">#'.$_GET['image_id'].'</span>',
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user