]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/finishopenidlogin.php
try again with user_timeline auth
[quix0rs-gnu-social.git] / actions / finishopenidlogin.php
index 2f0020cedf9c170ac1f3abc182240c9e001349dc..89f4ef0bd2305f3e1a4e66f40ccce693c1a03fe8 100644 (file)
@@ -162,7 +162,7 @@ class FinishopenidloginAction extends Action {
                if (!Validate::string($nickname, array('min_length' => 1,
                                                                                           'max_length' => 64,
                                                                                           'format' => VALIDATE_NUM . VALIDATE_ALPHA_LOWER))) {
-                       $this->show_form(_('Nickname must have only letters and numbers and no spaces.'));
+                       $this->show_form(_('Nickname must have only lowercase letters and numbers and no spaces.'));
                        return;
                }