Fix the error message shown when you try to send a message from the Inbox, but none

of your friends allow private messaging.
This commit is contained in:
Colin Kuskie 2009-06-08 20:59:31 +00:00
parent e1f71f655d
commit d6edd7f3a3
3 changed files with 17 additions and 2 deletions

View file

@ -340,6 +340,11 @@ our $I18N = {
lastUpdated => 1181019679,
},
'no messagable friends error' => {
message => q{None of your friends allow private messaging.},
lastUpdated => 1244494607,
},
'no friends hover' => {
message => q{You must have active friends in the system if you wish to send new private messages without having to first locate their profile},
lastUpdated => 1181019679,