diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-10-07 21:31:52 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-10-07 21:31:52 +0200 |
commit | 8737fbac0de70f405a17be0b9bf55ebd527808fa (patch) | |
tree | 51a494f53933801afea396f0eb61559e8046bdba /phpBB/language/en/common.php | |
parent | Merge branch '3.3.x' (diff) | |
parent | Merge branch '3.2.x' into 3.3.x (diff) | |
download | phpbb-8737fbac0de70f405a17be0b9bf55ebd527808fa.tar.gz phpbb-8737fbac0de70f405a17be0b9bf55ebd527808fa.tar.bz2 phpbb-8737fbac0de70f405a17be0b9bf55ebd527808fa.zip |
Merge branch '3.3.x'
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 5b5bfd9a31..7bb6c98c43 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -530,7 +530,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.', |