diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm
index cda966daa..b16625a53 100644
--- a/lib/WebGUI/Help/WebGUI.pm
+++ b/lib/WebGUI/Help/WebGUI.pm
@@ -483,7 +483,13 @@ our $HELP = {
body => 'Page, Export body',
related => [
],
- }
+ },
+ 'glossary' => {
+ title => 'glossary title',
+ body => 'glossary body',
+ related => [
+ ],
+ },
};
1;
diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm
index 51ff5af99..8c578c2e7 100644
--- a/lib/WebGUI/i18n/English/WebGUI.pm
+++ b/lib/WebGUI/i18n/English/WebGUI.pm
@@ -4662,6 +4662,30 @@ Just as the LDAP Identity Name is a label, so is the LDAP Password Name. Use thi
context => q|Tab label for the user's profile in the user manager.|
},
+ 'glossary title' => {
+ message => q|Glossary|,
+ lastUpdated => 1111729014,
+ },
+
+ 'glossary body' => {
+ message => q|
+
+Assets
+Everything inside of WebGUI is an Asset: files, images, forums, threads in forums, posts in threads, templates, Wobjects (like Articles, DataForms, EventsCalendars) and more.
+
+
+sticky
+If Posts and Threads are set to being "sticky", they will appear at the top of the Forum listing.
+
+
+locked
+If Posts and Threads are "locked", no new posts can be added and no existing posts can be edited.
+
+ +|, + lastUpdated => 1111729014, + }, + }; 1;