diff options
author | plegall <plg@piwigo.org> | 2010-09-27 23:32:09 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-09-27 23:32:09 +0000 |
commit | c6a5f13d2307757a0328f9c8fac340938a17f90d (patch) | |
tree | 2cdbc8d891390edda192101d6cc10038c018b936 /themes/default/template/mail/text | |
parent | 70978fdf5471e3a9b08bc948b4d0a3640d35f42c (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 'themes/default/template/mail/text')
-rw-r--r-- | themes/default/template/mail/text/html/cat_group_info.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/mail/text/plain/cat_group_info.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/mail/text/html/cat_group_info.tpl b/themes/default/template/mail/text/html/cat_group_info.tpl index a0c703bb0..e8d7d7c10 100644 --- a/themes/default/template/mail/text/html/cat_group_info.tpl +++ b/themes/default/template/mail/text/html/cat_group_info.tpl @@ -2,7 +2,7 @@ <h2>{'Informations'|@translate}</h2> <p>{$IMG_URL}</p> <p>{'Hello,'|@translate}</p> -<p>{'Come to discover the category:'|@translate} <a href="{$LINK}">{$CAT_NAME}</a></p> +<p>{'Discover album:'|@translate} <a href="{$LINK}">{$CAT_NAME}</a></p> <p>{$CPL_CONTENT}</p> <p>{'See you soon.'|@translate}</p> </div> diff --git a/themes/default/template/mail/text/plain/cat_group_info.tpl b/themes/default/template/mail/text/plain/cat_group_info.tpl index 59604846e..d3959e1e0 100644 --- a/themes/default/template/mail/text/plain/cat_group_info.tpl +++ b/themes/default/template/mail/text/plain/cat_group_info.tpl @@ -1,6 +1,6 @@ {'Hello,'|@translate} -{'Come to discover the category:'|@translate} {$CAT_NAME} +{'Discover album:'|@translate} {$CAT_NAME} {$LINK} {$CPL_CONTENT} |