diff --git a/admin/cat_options.php b/admin/cat_options.php index 4d5a22f62..e722c0e9c 100644 --- a/admin/cat_options.php +++ b/admin/cat_options.php @@ -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 | diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 29e6883a0..eba9e1086 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1293,4 +1293,5 @@ $lang['Placer à la fin'] = 'Place at the end'; $lang['Piwigo is also on mobile.'] = 'Piwigo is also on mobile.'; $lang['Try now !'] = 'Try now !'; $lang['Install Piwigo on mobile'] = 'Install Piwigo on mobile'; +$lang['Properties of abums'] = 'Properties of abums'; // Leave this line empty diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index e1910492b..ff8eebffd 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1290,4 +1290,5 @@ $lang['No search in progress'] = 'Pas de recherche en cours'; $lang['Show plugins compatible with previous version of Piwigo'] = 'Montrer les plugins compatibles avec la version précédente de Piwigo'; $lang['Placer au début'] = 'Placer au début'; $lang['Placer à la fin'] = 'Placer à la fin'; +$lang['Properties of abums'] = 'Propriétés des albums'; // Leave this line empty