------------------------------------------------------------
revno: 1110
committer: rejon <j...@rejon.org>
branch nick: public
timestamp: Fri 2012-02-24 02:58:57 +0000
message:
  typo fixed
modified:
  libs/membership.php


--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk

Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to 
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'libs/membership.php'
--- libs/membership.php	2012-01-07 21:30:05 +0000
+++ libs/membership.php	2012-02-24 02:58:57 +0000
@@ -482,8 +482,8 @@
 			$config['url']."secure?key=".$randkey."</a>";
 
 			if (mail($email, $subject, $message, $headers)) {
-				$msg = __("An email has been sent to your address. Please".
-						  "follow the link to reset your password.");
+				$msg = __("An email has been sent to your address. ".
+					  "Please follow the link contained within that email in order to reset your password.");
 				return $aiki->message->ok($msg, NULL, false);
 			} else {
 				$msg = __("Sorry, but we have some problem with sending a".

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to