diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2011-06-18 15:12:38 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2011-06-18 15:12:38 +0200 |
| commit | 4ac9bde2d121276a12b784ab7c56b7f5a4b6c77e (patch) | |
| tree | 434de4d8aae80b44b5c7a4193cb3e04931f8bc49 /phpBB | |
| parent | bb1b52947ef5710aa8627f56fa541d52fbb04cdc (diff) | |
| parent | 882cb084d70cc428dcba9b07c45666a4a6615635 (diff) | |
| download | forums-4ac9bde2d121276a12b784ab7c56b7f5a4b6c77e.tar forums-4ac9bde2d121276a12b784ab7c56b7f5a4b6c77e.tar.gz forums-4ac9bde2d121276a12b784ab7c56b7f5a4b6c77e.tar.bz2 forums-4ac9bde2d121276a12b784ab7c56b7f5a4b6c77e.tar.xz forums-4ac9bde2d121276a12b784ab7c56b7f5a4b6c77e.zip | |
Merge branch 'prep-release-3.0.9' into develop-olympus
* prep-release-3.0.9:
[ticket/10229] On languge/acp/styles.php "%s" should be %s
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/language/en/acp/styles.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php index 8f65b3ef5f..3c8c4a328f 100644 --- a/phpBB/language/en/acp/styles.php +++ b/phpBB/language/en/acp/styles.php @@ -285,9 +285,9 @@ $lang = array_merge($lang, array( 'INSTALLED_TEMPLATE' => 'Installed templates', 'INSTALLED_THEME' => 'Installed themes', - 'KEEP_IMAGESET' => 'Keep "%s" imageset', - 'KEEP_TEMPLATE' => 'Keep "%s" template', - 'KEEP_THEME' => 'Keep "%s" theme', + 'KEEP_IMAGESET' => 'Keep “%s” imageset', + 'KEEP_TEMPLATE' => 'Keep “%s” template', + 'KEEP_THEME' => 'Keep “%s” theme', 'LINE_SPACING' => 'Line spacing', 'LOCALISED_IMAGES' => 'Localised', @@ -325,7 +325,7 @@ $lang = array_merge($lang, array( 'REPLACE_TEMPLATE_EXPLAIN' => 'This template set will replace the one you are deleting in any styles that use it.', 'REPLACE_THEME' => 'Replace theme with', 'REPLACE_THEME_EXPLAIN' => 'This theme will replace the one you are deleting in any styles that use it.', - 'REPLACE_WITH_OPTION' => 'Replace with "%s"', + 'REPLACE_WITH_OPTION' => 'Replace with “%s”', 'REQUIRES_IMAGESET' => 'This style requires the %s imageset to be installed.', 'REQUIRES_TEMPLATE' => 'This style requires the %s template set to be installed.', 'REQUIRES_THEME' => 'This style requires the %s theme to be installed.', |
