[aur-dev] [PATCH 02/13] Adjust user directions after registering to reflect new login page

canyonknight canyonknight at gmail.com
Sat Sep 15 12:38:07 EDT 2012


Signed-off-by: canyonknight <canyonknight at gmail.com>
---
 web/lib/acctfuncs.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php
index 54e8381..e7dcb10 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";
 			}
 
-- 
1.7.12



More information about the aur-dev mailing list