webgui/lib/WebGUI/i18n/English/Form_Username.pm
2010-03-08 17:22:07 -06:00

11 lines
234 B
Perl

package WebGUI::i18n::English::Form_Username;
use strict;
our $I18N = {
'username in use' => {
message => q|Sorry, that account name is already in use by another member of this site.|,
lastUpdated => 1217216725
},
};
1;