fix broken i18n in WebGUIProfile

This commit is contained in:
Colin Kuskie 2008-06-13 15:42:44 +00:00
parent f50f09756a
commit e11a7e18e8

View file

@ -318,22 +318,22 @@ If you wish to set the Default Value for any other field. Create the field with
}, },
'profile.message' => { 'profile.message' => {
message => |Messages from the system, in case of errors or further work on the user's part.|, message => q|Messages from the system, in case of errors or further work on the user's part.|,
lastUpdated => 1213326336, lastUpdated => 1213326336,
}, },
'profile.form.header' => { 'profile.form.header' => {
message => |HTML code to begin the form|, message => q|HTML code to begin the form|,
lastUpdated => 1213326336, lastUpdated => 1213326336,
}, },
'profile.form.footer' => { 'profile.form.footer' => {
message => |HTML code to end the form|, message => q|HTML code to end the form|,
lastUpdated => 1213326336, lastUpdated => 1213326336,
}, },
'profile.form.hidden' => { 'profile.form.hidden' => {
message => |HTML code for directing the form's action|, message => q|HTML code for directing the form's action|,
lastUpdated => 1213326336, lastUpdated => 1213326336,
}, },