diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-30 13:56:02 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-30 13:56:02 +0000 |
commit | 0387e20f37ab42fc2c8c0707e241af8e0a27f579 (patch) | |
tree | e1eed0da0c1dc3acec5db1a21e60eb626f4f8193 | |
parent | 0a29a515222676c6c27893fefa4f43b301f8ac18 (diff) | |
download | forums-0387e20f37ab42fc2c8c0707e241af8e0a27f579.tar forums-0387e20f37ab42fc2c8c0707e241af8e0a27f579.tar.gz forums-0387e20f37ab42fc2c8c0707e241af8e0a27f579.tar.bz2 forums-0387e20f37ab42fc2c8c0707e241af8e0a27f579.tar.xz forums-0387e20f37ab42fc2c8c0707e241af8e0a27f579.zip |
Minor update changing $lang['days'] to $lang['Days']
git-svn-id: file:///svn/phpbb/trunk@1748 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/admin/admin_forums.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/admin_forums.php b/phpBB/admin/admin_forums.php index 749b5481af..c6d14e79a0 100644 --- a/phpBB/admin/admin_forums.php +++ b/phpBB/admin/admin_forums.php @@ -326,7 +326,7 @@ if( !empty($mode) ) 'L_ENABLED' => $lang['Enabled'], 'L_PRUNE_DAYS' => $lang['prune_days'], 'L_PRUNE_FREQ' => $lang['prune_freq'], - 'L_DAYS' => $lang['days'], + 'L_DAYS' => $lang['Days'], 'PRUNE_DAYS' => ( isset($pr_row['prune_days']) ) ? $pr_row['prune_days'] : 7, 'PRUNE_FREQ' => ( isset($pr_row['prune_freq']) ) ? $pr_row['prune_freq'] : 1, |