1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/8700] Use L_COLON instead of adding ":" manually

PHPBB3-8700
This commit is contained in:
Joas Schilling
2014-04-02 00:23:26 +02:00
parent bdc08a3fcd
commit b6128dee3f
2 changed files with 4 additions and 4 deletions

View File

@@ -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.',