aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_styles.php
diff options
context:
space:
mode:
authorCrizzo <mail@crizzo.de>2014-06-10 19:58:53 +0200
committerCrizzo <mail@crizzo.de>2014-06-10 20:29:30 +0200
commit3a48f765580e36b1a0e344cea78b53ef4b5b3886 (patch)
tree70cdb79614b3f31a4ceba03cdf90d2cab3a76a9a /phpBB/includes/acp/acp_styles.php
parent9842137028f70a2b48ea4eaaddd710cbcf7dc8d5 (diff)
downloadforums-3a48f765580e36b1a0e344cea78b53ef4b5b3886.tar
forums-3a48f765580e36b1a0e344cea78b53ef4b5b3886.tar.gz
forums-3a48f765580e36b1a0e344cea78b53ef4b5b3886.tar.bz2
forums-3a48f765580e36b1a0e344cea78b53ef4b5b3886.tar.xz
forums-3a48f765580e36b1a0e344cea78b53ef4b5b3886.zip
[ticket/12563] Changes 2 language variables to better understandable names
PHPBB3-12563
Diffstat (limited to 'phpBB/includes/acp/acp_styles.php')
-rw-r--r--phpBB/includes/acp/acp_styles.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php
index 3d0d27e8c9..b2160ef015 100644
--- a/phpBB/includes/acp/acp_styles.php
+++ b/phpBB/includes/acp/acp_styles.php
@@ -209,8 +209,8 @@ class acp_styles
trigger_error($this->user->lang['NO_MATCHING_STYLES_FOUND'] . adm_back_link($this->u_action), E_USER_WARNING);
}
$message = implode('<br />', $messages);
- $message .= '<br /><br />' . sprintf($this->user->lang['STYLE_INSTALLED_RETURN_STYLES'], $this->u_base_action . '&amp;mode=style');
- $message .= '<br /><br />' . sprintf($this->user->lang['STYLE_INSTALLED_RETURN_UNINSTALLED'], $this->u_base_action . '&amp;mode=install');
+ $message .= '<br /><br />' . sprintf($this->user->lang['STYLE_INSTALLED_RETURN_INSTALLED_STYLES'], $this->u_base_action . '&amp;mode=style');
+ $message .= '<br /><br />' . sprintf($this->user->lang['STYLE_INSTALLED_RETURN_UNINSTALLED_STYLES'], $this->u_base_action . '&amp;mode=install');
trigger_error($message, E_USER_NOTICE);
}