aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-10-07 21:31:42 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-10-07 21:31:42 +0200
commitc75c13e5554652927a8aa57bd3b9f3902f57b429 (patch)
tree5b3417e0c8246115c23ef4785a2190c6b4cadd95 /phpBB/language/en
parent4ce8604700bdf0c74eb4f6c1e8907114f6083943 (diff)
parenta84e4b5ab4cdbbb241004e5c1621b42490e6ba94 (diff)
downloadforums-c75c13e5554652927a8aa57bd3b9f3902f57b429.tar
forums-c75c13e5554652927a8aa57bd3b9f3902f57b429.tar.gz
forums-c75c13e5554652927a8aa57bd3b9f3902f57b429.tar.bz2
forums-c75c13e5554652927a8aa57bd3b9f3902f57b429.tar.xz
forums-c75c13e5554652927a8aa57bd3b9f3902f57b429.zip
Merge pull request #5671 from 3D-I/ticket/16144
[ticket/16144] Fallback to board's default style
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 68fe6523a2..3ba63746c8 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -519,7 +519,7 @@ $lang = array_merge($lang, array(
'NO_POSTS_TIME_FRAME' => 'No posts exist inside this topic for the selected time frame.',
'NO_FEED_ENABLED' => 'Feeds are not available on this board.',
'NO_FEED' => 'The requested feed is not available.',
- 'NO_STYLE_DATA' => 'Could not get style data',
+ 'NO_STYLE_DATA' => 'Could not get style data for user_style %s and set for user_id %s',
'NO_STYLE_CFG' => 'Could not get the style configuration file for: %s',
'NO_SUBJECT' => 'No subject specified', // Used for posts having no subject defined but displayed within management pages.
'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn’t exist.',