diff options
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
-rw-r--r-- | phpBB/language/en/lang_admin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 9223a75fd6..8e151b3b5b 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -619,6 +619,8 @@ $lang += array( 'YES_SEARCH_UPDATE_EXPLAIN' => 'Updating of fulltext indexes when posting, overriden if search is disabled.', 'YES_SEARCH_PHRASE' => 'Enable phrase searching', 'YES_SEARCH_PHRASE_EXPLAIN' => 'Searching for phrases requires additional processing.', + 'RECOMPILE_TEMPLATES' => 'Recompile stale templates', + 'RECOMPILE_TEMPLATES_EXPLAIN'=> 'Check for updated template files on filesystem and recompile.', ); // Email settings |