From c9940c581ed64cf59e019b35282cae439497839a Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Mon, 16 Jul 2007 23:06:42 +0000 Subject: [PATCH] forgot that file in my last commit git-svn-id: file:///svn/phpbb/trunk@7898 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/acp/styles.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php index 4f7472e5ff..4be2e79982 100644 --- a/phpBB/language/en/acp/styles.php +++ b/phpBB/language/en/acp/styles.php @@ -97,6 +97,7 @@ $lang = array_merge($lang, array( 'EDIT_THEME' => 'Edit theme', 'EDIT_THEME_EXPLAIN' => 'Here you can edit the selected theme, changing colours, images, etc.', 'EDIT_THEME_STORED_DB' => 'The stylesheet file was unwritable so the stylesheet is now stored in the database containing your modification.', + 'EDIT_THEME_STORE_PARSED' => 'The theme requires that its stylesheet is parsed. This is only possible if it’s stored in the database.', 'EXPORT' => 'Export', 'FOREGROUND' => 'Foreground',