CLOUDSTACK-6226: UI > multi widget > dropdown field > translate option value.

This commit is contained in:
Jessica Wang 2014-03-11 11:18:49 -07:00
parent c874e20c24
commit 415e4bffd6
1 changed files with 1 additions and 1 deletions

View File

@ -927,7 +927,7 @@
response: {
success: function(args) {
$(args.data).each(function() {
$('<option>').val(this.name).html(_s(this.description))
$('<option>').val(this.name).html(_l(_s(this.description)))
.appendTo($select);
});
_medit.refreshItemWidths($multi);