aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/styles.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-06-18 15:12:52 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-06-18 15:12:52 +0200
commit540545c4bd57cd61dd84acf33fb2403b496b7965 (patch)
treec9488e5a36b6d50ba38889b926630df6787509bd /phpBB/language/en/acp/styles.php
parent9788133a6325196af1c745a3e26e6fc06dbc0cef (diff)
parent4ac9bde2d121276a12b784ab7c56b7f5a4b6c77e (diff)
downloadforums-540545c4bd57cd61dd84acf33fb2403b496b7965.tar
forums-540545c4bd57cd61dd84acf33fb2403b496b7965.tar.gz
forums-540545c4bd57cd61dd84acf33fb2403b496b7965.tar.bz2
forums-540545c4bd57cd61dd84acf33fb2403b496b7965.tar.xz
forums-540545c4bd57cd61dd84acf33fb2403b496b7965.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10229] On languge/acp/styles.php "%s" should be %s
Diffstat (limited to 'phpBB/language/en/acp/styles.php')
-rw-r--r--phpBB/language/en/acp/styles.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php
index 1cdf6f7050..2037a2455d 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.',