mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12563] Removes ending . from <a>
PHPBB3-12563
This commit is contained in:
parent
453cb70963
commit
ff808b341c
1 changed files with 2 additions and 2 deletions
|
@ -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_INSTALLED_STYLES' => '<a href="%s">Return to installed styles list</a>.',
|
||||
'STYLE_INSTALLED_RETURN_UNINSTALLED_STYLES' => '<a href="%s">Install more styles</a>.',
|
||||
'STYLE_INSTALLED_RETURN_INSTALLED_STYLES' => '<a href="%s">Return to installed styles list</a>',
|
||||
'STYLE_INSTALLED_RETURN_UNINSTALLED_STYLES' => '<a href="%s">Install more styles</a>',
|
||||
'STYLE_NAME' => 'Style name',
|
||||
'STYLE_NOT_INSTALLED' => 'Style "%s" was not installed.',
|
||||
'STYLE_PATH' => 'Style path',
|
||||
|
|
Loading…
Add table
Reference in a new issue