diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index e0149c2a0f..86e666c4ed 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -24,7 +24,7 @@ - + @@ -44,7 +44,7 @@
-
+
{STYLE_PATH}
@@ -117,7 +117,7 @@
{styles_list.COMMENT}
-
{L_STYLE_PATH} {styles_list.STYLE_PATH_FULL}
+
{L_STYLE_PATH}{L_COLON} {styles_list.STYLE_PATH_FULL}
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' => 'Click here 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.',