diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 6dc037439..ea09e0901 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -15,6 +15,7 @@ - fixed Display of Interval form control in Thingy and User profiling did not show units, only seconds. - fixed #9374: Subscription Asset: Redeem subscription template not documented, or user selectable - fixed #9366: Gallery: Missing i18n + - fixed #9367: Gallery: Errors in templates 7.6.7 - fixed #9263: Thingy possibleValues processing, and List type autodetection. diff --git a/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-edit-album.wgpkg b/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-edit-album.wgpkg index f564a615b..5831788b5 100644 Binary files a/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-edit-album.wgpkg and b/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-edit-album.wgpkg differ diff --git a/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-edit-comment.wgpkg b/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-edit-comment.wgpkg index 44740a568..b6f8bc25d 100644 Binary files a/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-edit-comment.wgpkg and b/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-edit-comment.wgpkg differ diff --git a/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-edit-photo.wgpkg b/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-edit-photo.wgpkg index cf9b23eca..cbf2f2be6 100644 Binary files a/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-edit-photo.wgpkg and b/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-edit-photo.wgpkg differ diff --git a/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-make-shortcut.wgpkg b/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-make-shortcut.wgpkg index 21af16cc0..8466db39c 100644 Binary files a/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-make-shortcut.wgpkg and b/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-make-shortcut.wgpkg differ diff --git a/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-view-album-thumbnails.wgpkg b/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-view-album-thumbnails.wgpkg index 4ef084219..3d5f8afe3 100644 Binary files a/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-view-album-thumbnails.wgpkg and b/docs/upgrades/packages-7.6.8/root_import_gallery-templates_default-gallery-view-album-thumbnails.wgpkg differ diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 55426ec3a..a504c4a1d 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -4307,6 +4307,12 @@ Users may override this setting in their profile. lastUpdated => 1230269893, }, + 'rss' => { + message => q|RSS|, + lastUpdated => 1230584702, + context => q|Abbreviation for Really Simple Syndication, and other similar terms.|, + }, + }; 1;