diff --git a/docs/upgrades/packages-7.6.8/admin_console.wgpkg b/docs/upgrades/packages-7.6.8/admin_console.wgpkg new file mode 100644 index 000000000..8030622eb Binary files /dev/null and b/docs/upgrades/packages-7.6.8/admin_console.wgpkg differ diff --git a/docs/upgrades/packages-7.6.8/dropmenu.wgpkg b/docs/upgrades/packages-7.6.8/dropmenu.wgpkg new file mode 100644 index 000000000..17d607cbd Binary files /dev/null and b/docs/upgrades/packages-7.6.8/dropmenu.wgpkg differ diff --git a/docs/upgrades/packages-7.6.8/link.wgpkg b/docs/upgrades/packages-7.6.8/link.wgpkg new file mode 100644 index 000000000..a5656a7d8 Binary files /dev/null and b/docs/upgrades/packages-7.6.8/link.wgpkg differ diff --git a/lib/WebGUI/i18n/English/Asset_Collaboration.pm b/lib/WebGUI/i18n/English/Asset_Collaboration.pm index 78888c162..d1d3e9887 100644 --- a/lib/WebGUI/i18n/English/Asset_Collaboration.pm +++ b/lib/WebGUI/i18n/English/Asset_Collaboration.pm @@ -1665,11 +1665,30 @@ the Collaboration Asset, the user will be notified.|, message => q|Post received template|, lastUpdated => 1221247761, }, + 'post received template hoverHelp' => { message => q|The template for the message received when a user makes a post.|, lastUpdated => 1221247761, }, + 'Link Description' => { + message => q|Link Description|, + context => q|i18n label for the link list collaboration template.|, + lastUpdated => 1221247761, + }, + + 'Link URL' => { + message => q|Link URL|, + context => q|i18n label for the link list collaboration template.|, + lastUpdated => 1221247761, + }, + + 'List All Links' => { + message => q|List All Links|, + context => q|i18n label for the link list collaboration template.|, + lastUpdated => 1221247761, + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Asset_Navigation.pm b/lib/WebGUI/i18n/English/Asset_Navigation.pm index 86b4b6ad4..1769a8b5c 100644 --- a/lib/WebGUI/i18n/English/Asset_Navigation.pm +++ b/lib/WebGUI/i18n/English/Asset_Navigation.pm @@ -614,6 +614,12 @@ be useful, others may not.|, lastUpdated => 1164841201, }, + 'Where do you want to go?' => { + message => q|Where do you want to go?|, + context => q|i18n label for the drop down nav, asking the user which link they want to visit.|, + lastUpdated => 1229580897, + }, + }; 1;