diff options
author | Adrian Lang <lang@cosmocode.de> | 2010-05-04 12:36:57 +0200 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-05-04 12:37:34 +0200 |
commit | 6b8f02cfe58b224607e5479f8469dde16c3169ac (patch) | |
tree | ca01fb9f4c7fc50c627bb69ba1e920de996213bf /inc/lang | |
parent | d796a89110fe12c694a301f9f9e0d65875ec6d17 (diff) | |
download | rpg-6b8f02cfe58b224607e5479f8469dde16c3169ac.tar.gz rpg-6b8f02cfe58b224607e5479f8469dde16c3169ac.tar.bz2 |
Show subscription time on management page
Diffstat (limited to 'inc/lang')
-rw-r--r-- | inc/lang/en/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 2dfed59dc..4a96e373e 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -247,8 +247,8 @@ $lang['subscr_m_unsubscribe'] = 'Unsubscribe'; $lang['subscr_m_subscribe'] = 'Subscribe'; $lang['subscr_m_receive'] = 'Receive'; $lang['subscr_style_every'] = 'email on every change'; -$lang['subscr_style_digest'] = 'digest email of changes for each page'; -$lang['subscr_style_list'] = 'list of changed pages since last email'; +$lang['subscr_style_digest'] = 'digest email of changes for each page (every %.2f days)'; +$lang['subscr_style_list'] = 'list of changed pages since last email (every %.2f days)'; /* auth.class language support */ |