]> git.mxchange.org Git - friendica.git/commitdiff
update error message to login one
authorFabrixxm <fabrix.xm@gmail.com>
Fri, 6 Sep 2013 16:30:10 +0000 (12:30 -0400)
committerFabrixxm <fabrix.xm@gmail.com>
Fri, 6 Sep 2013 16:30:10 +0000 (12:30 -0400)
include/user.php

index 220d3d8c8b628a5abf65a51ca4e8361a27dde4d1..23023abd65122901045c4b11244fe29186951b05 100644 (file)
@@ -63,7 +63,7 @@ function create_user($arr) {
                        try {                   
                                $authurl = $openid->authUrl();
                        } catch (Exception $e){
-                               $result['message'] .= t('Error:').$e->getMessage() . EOL . t('Check your OpenID url') . EOL;
+                               $result['message'] .= t("We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."). EOL . EOL . t("The error message was:") . $e->getMessage() . EOL; 
                                return $result;
                        }
                        goaway($authurl);