diff options
author | Crizzo <mail@crizzo.de> | 2014-06-14 14:31:12 +0200 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-06-14 14:31:12 +0200 |
commit | ff808b341c52c70f22e26d766dd248dac2e98f3d (patch) | |
tree | 47cc21ee0690080bf8bacde2b83070da8580627c /phpBB | |
parent | 453cb709635465cc76497fae8f5bafc002463415 (diff) | |
download | forums-ff808b341c52c70f22e26d766dd248dac2e98f3d.tar forums-ff808b341c52c70f22e26d766dd248dac2e98f3d.tar.gz forums-ff808b341c52c70f22e26d766dd248dac2e98f3d.tar.bz2 forums-ff808b341c52c70f22e26d766dd248dac2e98f3d.tar.xz forums-ff808b341c52c70f22e26d766dd248dac2e98f3d.zip |
[ticket/12563] Removes ending . from <a>
PHPBB3-12563
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/acp/styles.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php index 65eb002f1a..f46e32ec0d 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_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', |