diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-21 01:36:35 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-21 01:36:35 +0000 |
commit | be812b46692dc21dc39932941f421aba32d59b7c (patch) | |
tree | ae1250cb09e7039dcd8947c0325c1e31c074d88b /languages | |
parent | dee67e1d518894b75d1f6936eab6aca26d5bfa40 (diff) | |
download | elgg-be812b46692dc21dc39932941f421aba32d59b7c.tar.gz elgg-be812b46692dc21dc39932941f421aba32d59b7c.tar.bz2 |
Fixes #2452. Removed the first admin installation notice. It was just a reminder to his "save" on the simple plugins screen. This is pretty obvious.
git-svn-id: http://code.elgg.org/elgg/trunk@8380 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index 8d9c1ca06..59eedb9e1 100644 --- a/languages/en.php +++ b/languages/en.php @@ -459,8 +459,6 @@ $english = array( 'registerbad' => "Your registration was unsuccessful because of an unknown error.", 'registerdisabled' => "Registration has been disabled by the system administrator", - 'firstadminlogininstructions' => "Enable and disable plugins to customize your new Elgg site! (Remember to hit 'Save' when you're done.)", - 'registration:notemail' => 'The email address you provided does not appear to be a valid email address.', 'registration:userexists' => 'That username already exists', 'registration:usernametooshort' => 'Your username must be a minimum of %u characters long.', |