related to #1679 More accurate title for album properties

This commit is contained in:
Matthieu Leproux
2022-06-28 11:32:28 +02:00
parent 340f2647ec
commit e7761fe4e4
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ SELECT DISTINCT id,name,uppercats,global_rank
display_select_cat_wrapper($query_true,array(),'category_option_true');
display_select_cat_wrapper($query_false,array(),'category_option_false');
$template->assign('PWG_TOKEN',get_pwg_token());
$template->assign('ADMIN_PAGE_TITLE', l10n('Properties'));
$template->assign('ADMIN_PAGE_TITLE', l10n('Properties of abums'));
// +-----------------------------------------------------------------------+
// | sending html code |