mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
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
This commit is contained in:
@@ -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.',
|
||||
|
Reference in New Issue
Block a user