diff --git a/lib/WebGUI/Help/WebGUIProfile.pm b/lib/WebGUI/Help/WebGUIProfile.pm index 5f77c3187..9be4684a8 100644 --- a/lib/WebGUI/Help/WebGUIProfile.pm +++ b/lib/WebGUI/Help/WebGUIProfile.pm @@ -30,6 +30,21 @@ our $HELP = { description => '474 description', namespace => 'WebGUIProfile', }, + { + title => 'showAtRegistration label', + description => 'showAtRegistration hoverHelp', + namespace => 'WebGUIProfile', + }, + { + title => 'requiredForPasswordRecovery label', + description => 'requiredForPasswordRecovery hoverHelp', + namespace => 'WebGUIProfile', + }, + { + title => 'forceImageOnly label', + description => 'forceImageOnly description', + namespace => 'WebGUIProfile', + }, { title => '486', description => '486 description', diff --git a/lib/WebGUI/i18n/English/Asset_Template.pm b/lib/WebGUI/i18n/English/Asset_Template.pm index 8eb50ffd3..da351d00e 100644 --- a/lib/WebGUI/i18n/English/Asset_Template.pm +++ b/lib/WebGUI/i18n/English/Asset_Template.pm @@ -238,8 +238,8 @@ has been set to some other language you will need to consult the documentation f }, 'webgui.status' => { - message => q|The release status for this version of WebGUI, stable, beta, gamma, etc.|, - lastUpdated => 1148951191, + message => q|The release status for this version of WebGUI (stable, beta, gamma, etc.)|, + lastUpdated => 1165365906, }, 'session.user.username' => { diff --git a/lib/WebGUI/i18n/English/WebGUIProfile.pm b/lib/WebGUI/i18n/English/WebGUIProfile.pm index b88f02e48..1ff53fc44 100644 --- a/lib/WebGUI/i18n/English/WebGUIProfile.pm +++ b/lib/WebGUI/i18n/English/WebGUIProfile.pm @@ -342,6 +342,11 @@ new categories of profile settings. lastUpdated => 1162945563 }, + 'forceImageOnly description' => { + message => "If your profile field requires uploading an Image, you will provided with an additional field that will only allow image file types are uploaded.", + lastUpdated => 1165447428 + }, + 'showAtRegistration label' => { message => "Show at Registration?", lastUpdated => 1164237018