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

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