diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-10-07 21:31:47 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-10-07 21:31:47 +0200 |
commit | 6f48b3c044a5339bc019f355db490e1a53b51fdc (patch) | |
tree | 55bd7a1d388985e6cc8eceb28fbb17b955deda24 /phpBB/language | |
parent | b80cbd0e7dbe5fac29338ef1f2b88d29fef60dc2 (diff) | |
parent | c75c13e5554652927a8aa57bd3b9f3902f57b429 (diff) | |
download | forums-6f48b3c044a5339bc019f355db490e1a53b51fdc.tar forums-6f48b3c044a5339bc019f355db490e1a53b51fdc.tar.gz forums-6f48b3c044a5339bc019f355db490e1a53b51fdc.tar.bz2 forums-6f48b3c044a5339bc019f355db490e1a53b51fdc.tar.xz forums-6f48b3c044a5339bc019f355db490e1a53b51fdc.zip |
Merge branch '3.2.x' into 3.3.x
Diffstat (limited to 'phpBB/language')
-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 5f47fbe6ed..d050c1b109 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.', |