diff options
author | Nils Adermann <naderman@naderman.de> | 2007-07-16 23:06:42 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2007-07-16 23:06:42 +0000 |
commit | c9940c581ed64cf59e019b35282cae439497839a (patch) | |
tree | 895481927baebfe03a1808b56c9c7e332729f15e | |
parent | 939502b5969665e47865a5725fe93ffd90746b49 (diff) | |
download | forums-c9940c581ed64cf59e019b35282cae439497839a.tar forums-c9940c581ed64cf59e019b35282cae439497839a.tar.gz forums-c9940c581ed64cf59e019b35282cae439497839a.tar.bz2 forums-c9940c581ed64cf59e019b35282cae439497839a.tar.xz forums-c9940c581ed64cf59e019b35282cae439497839a.zip |
forgot that file in my last commit
git-svn-id: file:///svn/phpbb/trunk@7898 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/language/en/acp/styles.php | 1 |
1 files changed, 1 insertions, 0 deletions
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', |