- rfe: Event hover detail exclusions (#8761)

- rfe: Database Link test  (#513)
This commit is contained in:
JT Smith 2008-11-18 20:52:44 +00:00
parent e6c80922fb
commit 55da5c6889
6 changed files with 58 additions and 13 deletions

View file

@ -2,6 +2,12 @@ package WebGUI::i18n::English::WebGUI;
use strict;
our $I18N = {
'ok' => {
message => q|OK|,
context => q|used by database link and other things to give a message to the user that a test passed|,
lastUpdated => 0,
},
'is editable' => {
message => q|Is Editable?|,
context => q|group property|,