summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2006-09-29 23:40:18 +0000
committerpb1dft <pb1dft@ampache>2006-09-29 23:40:18 +0000
commit5a10d4f77f584588e3e9b27102461f80a0d868fb (patch)
tree5f3591979df285075f84382c0c9927fba5d7490b
parent603d2a9ba4e7e3a0adb7eaecaae874039e71fefa (diff)
downloadampache-5a10d4f77f584588e3e9b27102461f80a0d868fb.tar.gz
ampache-5a10d4f77f584588e3e9b27102461f80a0d868fb.tar.bz2
ampache-5a10d4f77f584588e3e9b27102461f80a0d868fb.zip
Stylesheet adjustment and some text adjustment
-rw-r--r--register.php2
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';