aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-08-24 15:45:51 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:15 +0200
commit1cb3b595ec70730429a9c8654b248fc6d50cf1b3 (patch)
tree505b6171c128ad99b206182164406cced10b5ad6 /phpBB/language
parent11112314f757f4a6c65852817fba0f1a2f4526d2 (diff)
downloadforums-1cb3b595ec70730429a9c8654b248fc6d50cf1b3.tar
forums-1cb3b595ec70730429a9c8654b248fc6d50cf1b3.tar.gz
forums-1cb3b595ec70730429a9c8654b248fc6d50cf1b3.tar.bz2
forums-1cb3b595ec70730429a9c8654b248fc6d50cf1b3.tar.xz
forums-1cb3b595ec70730429a9c8654b248fc6d50cf1b3.zip
[ticket/10271] AJAXified the styles tab in the ACP.
PHPBB3-10271
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/styles.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php
index 59df82477e..3a96100947 100644
--- a/phpBB/language/en/acp/styles.php
+++ b/phpBB/language/en/acp/styles.php
@@ -295,9 +295,11 @@ $lang = array_merge($lang, array(
'SELECTED_THEME_FILE' => 'Selected theme file',
'STORE_FILESYSTEM' => 'Filesystem',
'STYLE_ACTIVATE' => 'Activate',
+ 'STYLE_ACTIVATED' => 'Style activated successfully',
'STYLE_ACTIVE' => 'Active',
'STYLE_ADDED' => 'Style added successfully.',
'STYLE_DEACTIVATE' => 'Deactivate',
+ 'STYLE_DEACTIVATED' => 'Style deactivated successfully',
'STYLE_DEFAULT' => 'Make default style',
'STYLE_DELETED' => 'Style deleted successfully.',
'STYLE_DETAILS_UPDATED' => 'Style edited successfully.',