aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-06-23 22:07:15 +0530
committerDhruv <dhruv.goel92@gmail.com>2014-06-23 22:07:15 +0530
commit6be8c982960ce8200d88d241a6ecf66ea45d91a9 (patch)
tree1b1beaa49b314403850639d065144f84c8a9c769 /phpBB/language/en
parent9f91e8e9bd907b15d7417a0994cf1040a1bd3985 (diff)
parentdfbe072d5132ff3110131cf219826cdd26ddd4b1 (diff)
downloadforums-6be8c982960ce8200d88d241a6ecf66ea45d91a9.tar
forums-6be8c982960ce8200d88d241a6ecf66ea45d91a9.tar.gz
forums-6be8c982960ce8200d88d241a6ecf66ea45d91a9.tar.bz2
forums-6be8c982960ce8200d88d241a6ecf66ea45d91a9.tar.xz
forums-6be8c982960ce8200d88d241a6ecf66ea45d91a9.zip
Merge branch 'develop-ascraeus' into develop
# By Crizzo # Via Crizzo (1) and Dhruv Goel (1) * develop-ascraeus: [ticket/12563] Adds &laquo; and &raquo; to the links in acp_styles.php [ticket/12563] Removes ending . from <a> [ticket/12563] Removes strintf in acp_styles.php and shorts up <a> [ticket/12563] Changes 2 language variables to better understandable names
Diffstat (limited to 'phpBB/language/en')
-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..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_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' => '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',