From 03775119e0a783d94d26b7ea85ca48f7dc29c4e7 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Wed, 16 Nov 2022 15:26:07 +0100 Subject: [PATCH] fixed #1795 The edit photo page title is translated now --- admin/photo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/photo.php b/admin/photo.php index 897e942af..86671d575 100644 --- a/admin/photo.php +++ b/admin/photo.php @@ -55,7 +55,7 @@ $tabsheet->assign(); $template->assign( array( - 'ADMIN_PAGE_TITLE' => l10n('Edit photo #%s', $_GET['image_id']), + 'ADMIN_PAGE_TITLE' => l10n('Edit photo').l10n(' #%s', $_GET['image_id']), ) );