diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 59d09facf..beebf65a2 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,5 +1,6 @@ 7.6.6 - fixed #8792: Image Preview gives ERROR in Collateral Manager + - fixed #8774: Forum Rich Edit no longer supports indent/outdent 7.6.5 - security: A problem was discovered and fixed in which users could email executable attachments to a collaboration system and then when viewed online, could execute them. diff --git a/lib/WebGUI/i18n/English/Asset_RichEdit.pm b/lib/WebGUI/i18n/English/Asset_RichEdit.pm index 693b56c19..49ee2128a 100644 --- a/lib/WebGUI/i18n/English/Asset_RichEdit.pm +++ b/lib/WebGUI/i18n/English/Asset_RichEdit.pm @@ -9,8 +9,8 @@ our $I18N = { }, 'toolbar buttons description' => { - message => q|Shows which toolbar buttons will be used in which toolbars in the editor. To remove a toolbar, deselect all buttons in that toolbar's column. Note that other fields may add buttons to a toolbar row as well, such as Enable Context Menu.|, - lastUpdated => 1166844107, + message => q|Shows which toolbar buttons will be used in which toolbars in the editor. To remove a toolbar, deselect all buttons in that toolbar's column. Note that other fields may add buttons to a toolbar row as well, such as Enable Context Menu. Adding buttons also may not enable functionality. You may also need to update the Valid Elements for this editor.|, + lastUpdated => 1228332284, }, 'using rich edit' => {