diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index cb9da8ed5..447010e2f 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,3 +1,7 @@ +7.5.1 + - fix: Friends language error (perlDreamer Consulting, LLC.) + http://www.plainblack.com/bugs/tracker/friends-language-error + 7.5.0 - rfe: Search Asset returns URLs - Added link to return to inbox from message in inbox message template (Diona Kidd, Knowmad Technologies) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 2f36dffc4..30fc3d833 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -1378,7 +1378,8 @@ sub loadModule { =head2 logView ( ) -Logs the view of this asset to the passive profiling mechanism. +Logs the view of this asset to the passive profiling mechanism. If the asset is a Layout, it will also index +all of the children (not descendents) of the Layout. =cut diff --git a/lib/WebGUI/i18n/English/Friends.pm b/lib/WebGUI/i18n/English/Friends.pm index 273257b8f..2971c78a0 100644 --- a/lib/WebGUI/i18n/English/Friends.pm +++ b/lib/WebGUI/i18n/English/Friends.pm @@ -254,7 +254,7 @@ Thanks, }, 'friends' => { - message => q{A loop containing information about friends and form controls for selecting them for .}, + message => q{A loop containing information about friends and form controls for deleting them, or sending a message to them.}, lastUpdated => 1193193904, },