merging 6.7.8 changes
This commit is contained in:
parent
4fefef959a
commit
5976238b44
2 changed files with 19 additions and 0 deletions
12
lib/WebGUI/i18n/English/Form_HTMLArea.pm
Normal file
12
lib/WebGUI/i18n/English/Form_HTMLArea.pm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package WebGUI::i18n::English::Form_HTMLArea; ##Be sure to change the package name to match the filename
|
||||
|
||||
our $I18N = { ##hashref of hashes
|
||||
'rich editor load error' => {
|
||||
message => q|Can't instanciate rich editor.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Error message letting the user know that loading the rich editor has failed for some reason.|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue