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(
|
var text = Ox.formatCount(
|
||||||
data.ids,
|
data.ids,
|
||||||
Ox._('entity'),
|
Ox._('entity'),
|
||||||
OX._('entities')
|
Ox._('entities')
|
||||||
) + ' ' + Ox._('selected');
|
) + ' ' + Ox._('selected');
|
||||||
selected = data.ids;
|
selected = data.ids;
|
||||||
renderEntity();
|
renderEntity();
|
||||||
|
|
Loading…
Reference in a new issue