12 lines
281 B
Perl
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;
|