From e11a7e18e87f099bc962a30c083935719a44d2bc Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 13 Jun 2008 15:42:44 +0000 Subject: [PATCH] fix broken i18n in WebGUIProfile --- lib/WebGUI/i18n/English/WebGUIProfile.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/WebGUI/i18n/English/WebGUIProfile.pm b/lib/WebGUI/i18n/English/WebGUIProfile.pm index 83641ff81..0598ac2e1 100644 --- a/lib/WebGUI/i18n/English/WebGUIProfile.pm +++ b/lib/WebGUI/i18n/English/WebGUIProfile.pm @@ -318,22 +318,22 @@ If you wish to set the Default Value for any other field. Create the field with }, '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, }, 'profile.form.header' => { - message => |HTML code to begin the form|, + message => q|HTML code to begin the form|, lastUpdated => 1213326336, }, 'profile.form.footer' => { - message => |HTML code to end the form|, + message => q|HTML code to end the form|, lastUpdated => 1213326336, }, 'profile.form.hidden' => { - message => |HTML code for directing the form's action|, + message => q|HTML code for directing the form's action|, lastUpdated => 1213326336, },