mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
fixed #1795 The edit photo page title is translated now
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 <span class="image-id">#%s</span>', $_GET['image_id']),
|
'ADMIN_PAGE_TITLE' => l10n('Edit photo').l10n(' <span class="image-id">#%s</span>', $_GET['image_id']),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user