aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/styles.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-08-31 11:25:28 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-08-31 11:25:28 +0000
commitfe6cb1489c4517de0f9902dabdad9bb870a67521 (patch)
treed169a4db4016013056acbbf12ab2c9c22e78c784 /phpBB/language/en/acp/styles.php
parentbef4eb231fdd5184e2895bb8fbfdb43c129c7768 (diff)
downloadforums-fe6cb1489c4517de0f9902dabdad9bb870a67521.tar
forums-fe6cb1489c4517de0f9902dabdad9bb870a67521.tar.gz
forums-fe6cb1489c4517de0f9902dabdad9bb870a67521.tar.bz2
forums-fe6cb1489c4517de0f9902dabdad9bb870a67521.tar.xz
forums-fe6cb1489c4517de0f9902dabdad9bb870a67521.zip
Fix wrong error message for non-writable template file in acp_styles.php - Bug #50045
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10074 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/styles.php')
-rw-r--r--phpBB/language/en/acp/styles.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php
index eb742fd140..247d8a4140 100644
--- a/phpBB/language/en/acp/styles.php
+++ b/phpBB/language/en/acp/styles.php
@@ -392,6 +392,7 @@ $lang = array_merge($lang, array(
'TEMPLATE_LOCATION' => 'Store templates in',
'TEMPLATE_LOCATION_EXPLAIN' => 'Images are always stored on the filesystem.',
'TEMPLATE_NAME' => 'Template name',
+ 'TEMPLATE_FILE_NOT_WRITABLE'=> 'Unable to write to template file %s. Please check the permissions for the directory and the files.',
'TEMPLATE_REFRESHED' => 'Template refreshed successfully.',
'THEME_ADDED' => 'New theme added on filesystem.',