diff --git a/lib/WebGUI/Account/_NewModule.skeleton b/lib/WebGUI/Account/_NewModule.skeleton index 7c665f462..bc3dcddc0 100644 --- a/lib/WebGUI/Account/_NewModule.skeleton +++ b/lib/WebGUI/Account/_NewModule.skeleton @@ -31,7 +31,7 @@ These methods are available from this class: =head2 canView ( ) - Returns whether or not the user can view the the tab for this module +Returns whether or not the user can view the the tab for this module =cut @@ -44,7 +44,7 @@ sub canView { =head2 editSettingsForm ( ) - Creates form elements for user settings page custom to this account module +Creates form elements for user settings page custom to this account module =cut @@ -83,7 +83,7 @@ sub editSettingsForm { =head2 editSettingsFormSave ( ) - Creates form elements for the settings page custom to this account module +Save form elements from the settings. =cut