aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/styles.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-04-02 00:23:26 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-04-02 00:23:26 +0200
commitb6128dee3f2628ef8cf197d0928febc2e3c8cd6b (patch)
treed1433fcf89893eb530d17dd219dbb3f3a8aa08ad /phpBB/language/en/acp/styles.php
parentbdc08a3fcd9f89168b1d65895714354437b7c1ee (diff)
downloadforums-b6128dee3f2628ef8cf197d0928febc2e3c8cd6b.tar
forums-b6128dee3f2628ef8cf197d0928febc2e3c8cd6b.tar.gz
forums-b6128dee3f2628ef8cf197d0928febc2e3c8cd6b.tar.bz2
forums-b6128dee3f2628ef8cf197d0928febc2e3c8cd6b.tar.xz
forums-b6128dee3f2628ef8cf197d0928febc2e3c8cd6b.zip
[ticket/8700] Use L_COLON instead of adding ":" manually
PHPBB3-8700
Diffstat (limited to 'phpBB/language/en/acp/styles.php')
-rw-r--r--phpBB/language/en/acp/styles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php
index 4fa657bc0c..76b1d5e7dd 100644
--- a/phpBB/language/en/acp/styles.php
+++ b/phpBB/language/en/acp/styles.php
@@ -73,7 +73,7 @@ $lang = array_merge($lang, array(
'STYLE_INSTALLED_RETURN_UNINSTALLED' => '<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:',
+ 'STYLE_PATH' => 'Style path',
'STYLE_UNINSTALL' => 'Uninstall',
'STYLE_UNINSTALL_DEPENDENT' => 'Style "%s" cannot be uninstalled because it has one or more child styles.',
'STYLE_UNINSTALLED' => 'Style "%s" uninstalled successfully.',