mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-25 19:00:03 +03:00
related to #1795 removed useless translation func call
This commit is contained in:
parent
ac2eb4f56b
commit
caa4d12635
1 changed files with 1 additions and 1 deletions
|
@ -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>',
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue