diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index a5d478adf..6a938d738 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -9,6 +9,7 @@ - fixed #11293: Matrix - Search not working correctly - fixed #11301: Matrix - Comparing too many products error message - fixed #11297: YUI Rich Editor fails to load when editing Survey in 7.7.27 + - fixed #11306: Survey i18n: Loading.... 7.8.7 - fixed #11278: Wrong test for Template::Toolkit in testEnvironment.pl diff --git a/docs/upgrades/packages-7.8.8/root_import_survey_default-survey-edit.wgpkg b/docs/upgrades/packages-7.8.8/root_import_survey_default-survey-edit.wgpkg new file mode 100644 index 000000000..7a6e2eb65 Binary files /dev/null and b/docs/upgrades/packages-7.8.8/root_import_survey_default-survey-edit.wgpkg differ diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index b18136427..2ae04ff8b 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -4670,6 +4670,12 @@ Users may override this setting in their profile. lastUpdated => 0, }, + 'Loading...' => { + message => 'Loading...', + lastUpdated => 0, + context => 'Message shown to the user when data is being loaded, typically via AJAX, like in the Survey.' + }, + }; 1;