Inbox messages now tell you who the message was from

This commit is contained in:
Kaleb Murphy 2008-09-09 16:02:54 +00:00
parent f8f797fa24
commit 7cd3266462
3 changed files with 19 additions and 5 deletions

View file

@ -0,0 +1,12 @@
package WebGUI::i18n::English::Inbox_Message;
use strict;
our $I18N = {
'from user preface' => {
message => q|You were sent a message from |,
lastUpdated => 0
},
};
1;