webgui/lib/WebGUI/i18n/English/Form_Textarea.pm
2006-04-19 19:08:56 +00:00

12 lines
281 B
Perl

package WebGUI::i18n::English::Form_Textarea; ##Be sure to change the package name to match the filename
our $I18N = { ##hashref of hashes
'drag to resize' => {
message => q|Drag to Resize|,
lastUpdated => 0,
context => q|alt tag for the text area drag icon|
},
};
1;