From 32c1319414f0df77ea5147ee87a78210caebf6d0 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 20 Nov 2014 16:36:44 +0000 Subject: [PATCH] typo --- static/js/entitiesDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index 0b218d49..a6386aca 100644 --- a/static/js/entitiesDialog.js +++ b/static/js/entitiesDialog.js @@ -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();