]> git.mxchange.org Git - friendica.git/commitdiff
Renamed "Nickname or Email address:" in "Nickname or Email"
authorrabuzarus <>
Thu, 9 Jun 2016 11:12:39 +0000 (13:12 +0200)
committerrabuzarus <>
Thu, 9 Jun 2016 11:12:39 +0000 (13:12 +0200)
boot.php

index 99229972ebc11f32e1ef183833c8e9f7e1a178de..eeef666ae96200e9cd634b75d79112aa717c5f43 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -1523,20 +1523,20 @@ function login($register = false, $hiddens=false) {
 
        $o .= replace_macros($tpl, array(
 
-               '$dest_url'     => $dest_url,
-               '$logout'       => t('Logout'),
-               '$login'        => t('Login'),
+               '$dest_url'     => $dest_url,
+               '$logout'       => t('Logout'),
+               '$login'        => t('Login'),
 
-               '$lname'                => array('username', t('Nickname or Email address: ') , '', ''),
+               '$lname'        => array('username', t('Nickname or Email: ') , '', ''),
                '$lpassword'    => array('password', t('Password: '), '', ''),
                '$lremember'    => array('remember', t('Remember me'), 0,  ''),
 
-               '$openid'               => !$noid,
-               '$lopenid'      => array('openid_url', t('Or login using OpenID: '),'',''),
+               '$openid'       => !$noid,
+               '$lopenid'      => array('openid_url', t('Or login using OpenID: '),'',''),
 
-               '$hiddens'      => $hiddens,
+               '$hiddens'      => $hiddens,
 
-               '$register'     => $reg,
+               '$register'     => $reg,
 
                '$lostpass'     => t('Forgot your password?'),
                '$lostlink'     => t('Password Reset'),