forked from GNUsocial/gnu-social
Lots of tiny message changes.
* Mostly punctuation updates so that the same message is used consistently in all of StatusNet. * Some cases of "Title Case" removed, because that does not appear to be used consistently.
This commit is contained in:
@@ -315,7 +315,7 @@ class WhoisCommand extends Command
|
||||
$whois = sprintf(_("%1\$s (%2\$s)"), $recipient->nickname,
|
||||
$recipient->profileurl);
|
||||
if ($recipient->fullname) {
|
||||
$whois .= "\n" . sprintf(_('Fullname: %s'), $recipient->fullname);
|
||||
$whois .= "\n" . sprintf(_('Full name: %s'), $recipient->fullname);
|
||||
}
|
||||
if ($recipient->location) {
|
||||
$whois .= "\n" . sprintf(_('Location: %s'), $recipient->location);
|
||||
|
Reference in New Issue
Block a user