aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cat_modify.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-09-27 23:32:09 +0000
committerplegall <plg@piwigo.org>2010-09-27 23:32:09 +0000
commitc6a5f13d2307757a0328f9c8fac340938a17f90d (patch)
tree2cdbc8d891390edda192101d6cc10038c018b936 /admin/cat_modify.php
parent70978fdf5471e3a9b08bc948b4d0a3640d35f42c (diff)
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
Diffstat (limited to 'admin/cat_modify.php')
-rw-r--r--admin/cat_modify.php4
1 files changed, 2 insertions, 2 deletions
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
+?>