aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp
diff options
context:
space:
mode:
authorCrizzo <mail@crizzo.de>2014-06-22 21:42:59 +0200
committerCrizzo <mail@crizzo.de>2014-06-22 22:02:46 +0200
commitc4e48ed0b962711d77adc8e5f3853350dc7c8ce0 (patch)
tree8e9444b93be3538ee383216bad31d6093aeb84ce /phpBB/language/en/acp
parentff808b341c52c70f22e26d766dd248dac2e98f3d (diff)
downloadforums-c4e48ed0b962711d77adc8e5f3853350dc7c8ce0.tar
forums-c4e48ed0b962711d77adc8e5f3853350dc7c8ce0.tar.gz
forums-c4e48ed0b962711d77adc8e5f3853350dc7c8ce0.tar.bz2
forums-c4e48ed0b962711d77adc8e5f3853350dc7c8ce0.tar.xz
forums-c4e48ed0b962711d77adc8e5f3853350dc7c8ce0.zip
[ticket/12563] Adds &laquo; and &raquo; to the links in acp_styles.php
PHPBB3-12563
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r--phpBB/language/en/acp/styles.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php
index f46e32ec0d..506d569d56 100644
--- a/phpBB/language/en/acp/styles.php
+++ b/phpBB/language/en/acp/styles.php
@@ -71,8 +71,8 @@ $lang = array_merge($lang, array(
'STYLE_ERR_NAME_EXIST' => 'A style with that name already exists.',
'STYLE_ERR_STYLE_NAME' => 'You must supply a name for this style.',
'STYLE_INSTALLED' => 'Style "%s" has been installed.',
- 'STYLE_INSTALLED_RETURN_INSTALLED_STYLES' => '<a href="%s">Return to installed styles list</a>',
- 'STYLE_INSTALLED_RETURN_UNINSTALLED_STYLES' => '<a href="%s">Install more styles</a>',
+ 'STYLE_INSTALLED_RETURN_INSTALLED_STYLES' => 'Return to installed styles list',
+ 'STYLE_INSTALLED_RETURN_UNINSTALLED_STYLES' => 'Install more styles',
'STYLE_NAME' => 'Style name',
'STYLE_NOT_INSTALLED' => 'Style "%s" was not installed.',
'STYLE_PATH' => 'Style path',