typo
This commit is contained in:
parent
3f7215035a
commit
32c1319414
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ pandora.ui.entitiesDialog = function(options) {
|
|||
var text = Ox.formatCount(
|
||||
data.ids,
|
||||
Ox._('entity'),
|
||||
OX._('entities')
|
||||
Ox._('entities')
|
||||
) + ' ' + Ox._('selected');
|
||||
selected = data.ids;
|
||||
renderEntity();
|
||||
|
|
Loading…
Reference in a new issue