diff options
author | matteo <matteo.pasotti@gmail.com> | 2014-06-29 23:58:02 +0300 |
---|---|---|
committer | matteo <matteo.pasotti@gmail.com> | 2014-06-29 23:58:02 +0300 |
commit | f95410b45a5aba5d9b8b8140bbadb1f364f06eb7 (patch) | |
tree | a7565228a7d13349ee0f79a11ffe099a4d850124 /lib | |
parent | 1ad580c00b5fec07c8a207b8670b04167d6d375d (diff) | |
download | manatools-f95410b45a5aba5d9b8b8140bbadb1f364f06eb7.tar manatools-f95410b45a5aba5d9b8b8140bbadb1f364f06eb7.tar.gz manatools-f95410b45a5aba5d9b8b8140bbadb1f364f06eb7.tar.bz2 manatools-f95410b45a5aba5d9b8b8140bbadb1f364f06eb7.tar.xz manatools-f95410b45a5aba5d9b8b8140bbadb1f364f06eb7.zip |
SILENT: fixed attribute name inside the documentation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/AdminPanel/Shared/GUI.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/AdminPanel/Shared/GUI.pm b/lib/AdminPanel/Shared/GUI.pm index 5c5e9bdb..22dd0871 100644 --- a/lib/AdminPanel/Shared/GUI.pm +++ b/lib/AdminPanel/Shared/GUI.pm @@ -89,7 +89,7 @@ sub _localeInitialize { $info: HASH, information to be passed to the dialog. title => dialog title text => string to be swhon into the dialog - richtext => 1 if using reach text + richtext => 1 if using rich text =head3 DESCRIPTION @@ -134,7 +134,7 @@ sub warningMsgBox { $info: HASH, information to be passed to the dialog. title => dialog title text => string to be swhon into the dialog - richtext => 1 if using reach text + richtext => 1 if using rich text =head3 DESCRIPTION @@ -180,7 +180,7 @@ sub infoMsgBox { $info: HASH, information to be passed to the dialog. title => dialog title text => string to be swhon into the dialog - richtext => 1 if using reach text + richtext => 1 if using rich text =head3 DESCRIPTION @@ -224,7 +224,7 @@ sub msgBox { $info: HASH, information to be passed to the dialog. title => dialog title text => string to be swhon into the dialog - richtext => 1 if using reach text + richtext => 1 if using rich text =head3 OUTPUT @@ -276,7 +276,7 @@ sub ask_OkCancel { $info: HASH, information to be passed to the dialog. title => dialog title text => string to be swhon into the dialog - richtext => 1 if using reach text + richtext => 1 if using rich text default_button => (optional) 1: "Yes" (any other values "No") =head3 OUTPUT |