diff options
author | 3D-I <eataly3d@gmail.com> | 2019-08-12 21:14:58 +0200 |
---|---|---|
committer | 3D-I <eataly3d@gmail.com> | 2019-08-12 21:15:54 +0200 |
commit | 37de0f96d1c2f52fe8702aa3638cc0f02f577a78 (patch) | |
tree | 4f0955b93bcf908c484220f22f39d306b19ed273 /phpBB/language/en/common.php | |
parent | 964c212f031ef7fcbd2e95d28218007830b5d184 (diff) | |
download | forums-37de0f96d1c2f52fe8702aa3638cc0f02f577a78.tar forums-37de0f96d1c2f52fe8702aa3638cc0f02f577a78.tar.gz forums-37de0f96d1c2f52fe8702aa3638cc0f02f577a78.tar.bz2 forums-37de0f96d1c2f52fe8702aa3638cc0f02f577a78.tar.xz forums-37de0f96d1c2f52fe8702aa3638cc0f02f577a78.zip |
[ticket/16080] Use placeholder
PHPBB3-16080
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 7d8f2589e2..26692c7b25 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -519,7 +519,7 @@ $lang = array_merge($lang, array( '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_CFG' => 'Could not get the style configuration file for: ', + '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.', 'NO_SUPPORTED_AUTH_METHODS' => 'No supported authentication methods.', |