summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcanyonknight <canyonknight@gmail.com>2012-09-09 20:44:19 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2012-09-18 00:58:52 +0200
commit5dfbb783f11392b1bae7d6e4a83826d702a4f0ca (patch)
treebe8b0f6f49149fe61baf3e2015d42e750e44292c
parente171f6f34eeacf35cf7142b4788d43e7d0978546 (diff)
downloadaur-5dfbb783f11392b1bae7d6e4a83826d702a4f0ca.tar.gz
aur-5dfbb783f11392b1bae7d6e4a83826d702a4f0ca.tar.xz
Adjust user directions after registering to reflect new login page
Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r--web/lib/acctfuncs.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php
index 54e8381e..e7dcb100 100644
--- a/web/lib/acctfuncs.inc.php
+++ b/web/lib/acctfuncs.inc.php
@@ -195,7 +195,7 @@ function process_account_form($UTYPE,$TYPE,$A,$U="",$T="",$S="",$E="",
print __("The account, %s%s%s, has been successfully created.",
"<b>", htmlspecialchars($U,ENT_QUOTES), "</b>");
print "<p>\n";
- print __("Click on the Home link above to login.");
+ print __("Click on the Login link above to use your account.");
print "</p>\n";
}