From c6a5f13d2307757a0328f9c8fac340938a17f90d Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 27 Sep 2010 23:32:09 +0000 Subject: feature 1616: rename category into album, a few language keys were missing git-svn-id: http://piwigo.org/svn/trunk@7024 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_modify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/cat_modify.php') diff --git a/admin/cat_modify.php b/admin/cat_modify.php index 34242fafe..b6e43a3b3 100644 --- a/admin/cat_modify.php +++ b/admin/cat_modify.php @@ -485,7 +485,7 @@ SELECT id, file, path, tn_ext pwg_mail_group( $_POST['group'], get_str_email_format(true), /* TODO add a checkbox in order to choose format*/ - get_l10n_args('[%s] Come to visit the category %s', + get_l10n_args('[%s] Visit album %s', array($conf['gallery_title'], $category['name'])), 'cat_group_info', array @@ -561,4 +561,4 @@ trigger_action('loc_end_cat_modify'); //----------------------------------------------------------- sending html code $template->assign_var_from_handle('ADMIN_CONTENT', 'categories'); -?> \ No newline at end of file +?> -- cgit v1.2.3