X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ffinishopenidlogin.php;h=89f4ef0bd2305f3e1a4e66f40ccce693c1a03fe8;hb=0c271c9d17b5d15efc6a935bf3e2b76ce309968e;hp=2f0020cedf9c170ac1f3abc182240c9e001349dc;hpb=834c21b2aaf78da1081416d05098286e9bf17c2a;p=quix0rs-gnu-social.git diff --git a/actions/finishopenidlogin.php b/actions/finishopenidlogin.php index 2f0020cedf..89f4ef0bd2 100644 --- a/actions/finishopenidlogin.php +++ b/actions/finishopenidlogin.php @@ -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; }