diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-29 13:40:30 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-29 13:40:30 +0000 |
commit | ea73090084023d4e18b68f5010c2eae2fa6e9f7f (patch) | |
tree | 0dcf7cd3155ae72173aadc05d141cd5fb7a80508 /languages | |
parent | 74f92a9f12c1411da76abd501cafe240e2b9046d (diff) | |
download | elgg-ea73090084023d4e18b68f5010c2eae2fa6e9f7f.tar.gz elgg-ea73090084023d4e18b68f5010c2eae2fa6e9f7f.tar.bz2 |
Visual upgrader.
git-svn-id: https://code.elgg.org/elgg/trunk@2345 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 7edefe9cd..ea0c8259c 100644 --- a/languages/en.php +++ b/languages/en.php @@ -712,7 +712,8 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:disableapi' => "Elgg comes with an flexible and extendible API that enables applications use certain Elgg features remotely", 'installation:disableapi:label' => "Enable the RESTful API", - +
+ 'upgrading' => 'Upgrading', 'upgrade:db' => 'Your database was upgraded.', 'upgrade:core' => 'Your elgg installation was upgraded', |