diff options
author | pb1dft <pb1dft@ampache> | 2006-09-29 23:40:18 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-09-29 23:40:18 +0000 |
commit | 5a10d4f77f584588e3e9b27102461f80a0d868fb (patch) | |
tree | 5f3591979df285075f84382c0c9927fba5d7490b /register.php | |
parent | 603d2a9ba4e7e3a0adb7eaecaae874039e71fefa (diff) | |
download | ampache-5a10d4f77f584588e3e9b27102461f80a0d868fb.tar.gz ampache-5a10d4f77f584588e3e9b27102461f80a0d868fb.tar.bz2 ampache-5a10d4f77f584588e3e9b27102461f80a0d868fb.zip |
Stylesheet adjustment and some text adjustment
Diffstat (limited to 'register.php')
-rw-r--r-- | register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/register.php b/register.php index 63119f3e..6f28f06f 100644 --- a/register.php +++ b/register.php @@ -157,7 +157,7 @@ switch ($action) { $validation = str_rand(20); $user_object->update_validation($validation); - $message = 'Your account has been created. However, this forum requires account activation.' . + $message = 'Your account has been created. However, this application requires account activation.' . ' An activation key has been sent to the e-mail address you provided. ' . 'Please check your e-mail for further information'; |