mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 22:05:05 +02:00
related to #1795 removed useless translation func call
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ $tabsheet->assign();
|
|||||||
|
|
||||||
$template->assign(
|
$template->assign(
|
||||||
array(
|
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