aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-05-16 12:32:29 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-05-16 12:32:29 +0000
commitb1141140a6471c98a329152dbcf2077c1c36cdd4 (patch)
tree419c057cbfafddcb38da2b9772d53be30291df1d /phpBB/language
parent88819d899f096aa590480568cbdb9b0b76074311 (diff)
downloadforums-b1141140a6471c98a329152dbcf2077c1c36cdd4.tar
forums-b1141140a6471c98a329152dbcf2077c1c36cdd4.tar.gz
forums-b1141140a6471c98a329152dbcf2077c1c36cdd4.tar.bz2
forums-b1141140a6471c98a329152dbcf2077c1c36cdd4.tar.xz
forums-b1141140a6471c98a329152dbcf2077c1c36cdd4.zip
#11030
git-svn-id: file:///svn/phpbb/trunk@7605 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/board.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 3a8742a52d..ff535fee4d 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -263,8 +263,8 @@ $lang = array_merge($lang, array(
'LOAD_CPF_VIEWTOPIC' => 'Display custom profile fields on topic pages',
'LOAD_USER_ACTIVITY' => 'Show user’s activity',
'LOAD_USER_ACTIVITY_EXPLAIN' => 'Displays active topic/forum in user profiles and user control panel. It is recommended to disable this on boards with more than one million posts.',
- 'RECOMPILE_TEMPLATES' => 'Recompile stale templates',
- 'RECOMPILE_TEMPLATES_EXPLAIN' => 'Check for updated template files on filesystem and recompile.',
+ 'RECOMPILE_STYLES' => 'Recompile stale style components',
+ 'RECOMPILE_STYLES_EXPLAIN' => 'Check for updated style configurations and components files on filesystem and recompile.',
'YES_ANON_READ_MARKING' => 'Enable topic marking for guests',
'YES_ANON_READ_MARKING_EXPLAIN' => 'Stores read/unread status information for guests. If disabled posts are always read for guests.',
'YES_BIRTHDAYS' => 'Enable birthday listing',