i18n another Survey label. Fixes bug #11306

This commit is contained in:
Colin Kuskie 2009-12-14 10:15:47 -08:00
parent 3b08b5184c
commit b9a9c588d7
3 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -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;