Added a whitespace between comma and t()

This commit is contained in:
rebeka-catalina 2017-04-08 16:57:24 +02:00
commit 554704e6b9
12 changed files with 35 additions and 35 deletions

View file

@ -240,7 +240,7 @@ function frio_remote_nav($a,&$nav) {
}
if(!local_user() && !empty($server_url)) {
$nav['logout'] = Array($server_url . '/logout',t('Logout'), "", t('End this session'));
$nav['logout'] = Array($server_url . '/logout', t('Logout'), "", t('End this session'));
// user menu
$nav['usermenu'][] = Array($server_url . '/profile/' . $a->user['nickname'], t('Status'), "", t('Your posts and conversations'));