diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-11 17:11:56 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-11 17:11:56 +0000 |
commit | 11f2942c65c038eda3fb65c40877d1081c0637e8 (patch) | |
tree | 64893c9630e2b49b7adf42d37074b29e47b2764e /languages | |
parent | d608c770c56ec35092221b296a83dd617d58dae6 (diff) | |
download | elgg-11f2942c65c038eda3fb65c40877d1081c0637e8.tar.gz elgg-11f2942c65c038eda3fb65c40877d1081c0637e8.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Basic site admin
git-svn-id: https://code.elgg.org/elgg/trunk@871 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index f3efede30..cd714143a 100644 --- a/languages/en.php +++ b/languages/en.php @@ -209,7 +209,10 @@ /**
* Administration
- */
+ */ + + 'admin:configuration:success' => "Your settings have been saved.", + 'admin:configuration:fail' => "Your settings could not be saved.",
'admin' => "Administration",
'admin:description' => "The admin panel allows you to control all aspects of the system, from user management to how plugins behave. Choose an option below to get started.", |