aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp
diff options
context:
space:
mode:
authorCrizzo <mail@crizzo.de>2014-06-10 19:58:53 +0200
committerCrizzo <mail@crizzo.de>2014-06-10 20:29:30 +0200
commit3a48f765580e36b1a0e344cea78b53ef4b5b3886 (patch)
tree70cdb79614b3f31a4ceba03cdf90d2cab3a76a9a /phpBB/language/en/acp
parent9842137028f70a2b48ea4eaaddd710cbcf7dc8d5 (diff)
downloadforums-3a48f765580e36b1a0e344cea78b53ef4b5b3886.tar
forums-3a48f765580e36b1a0e344cea78b53ef4b5b3886.tar.gz
forums-3a48f765580e36b1a0e344cea78b53ef4b5b3886.tar.bz2
forums-3a48f765580e36b1a0e344cea78b53ef4b5b3886.tar.xz
forums-3a48f765580e36b1a0e344cea78b53ef4b5b3886.zip
[ticket/12563] Changes 2 language variables to better understandable names
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 c2a3f777c2..00ab943d5f 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_STYLES' => '<a href="%s">Click here</a> to return to installed styles list.',
- 'STYLE_INSTALLED_RETURN_UNINSTALLED' => '<a href="%s">Click here</a> to install more styles.',
+ 'STYLE_INSTALLED_RETURN_INSTALLED_STYLES' => '<a href="%s">Click here</a> to return to installed styles list.',
+ 'STYLE_INSTALLED_RETURN_UNINSTALLED_STYLES' => '<a href="%s">Click here</a> to install more styles.',
'STYLE_NAME' => 'Style name',
'STYLE_NOT_INSTALLED' => 'Style "%s" was not installed.',
'STYLE_PATH' => 'Style path',