This commit is contained in:
j 2014-04-01 15:54:13 +02:00
parent 3476a50c53
commit ed6c4e62af
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ pandora.ui.infoView = function(data) {
format: function(value) {
return formatValue(key, value);
},
placeholder: formatLight('unknown'),
placeholder: formatLight(Ox._('unknown')),
tooltip: canEdit ? pandora.getEditTooltip() : '',
value: getValue(key, data[key])
})