From 424803c30dcd6c0760097ed2cfd4610f8a5c2085 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 4 Aug 2013 14:52:47 +0000 Subject: [PATCH] fix typo in makeListPrivateDialog --- static/js/makeListPrivateDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/makeListPrivateDialog.js b/static/js/makeListPrivateDialog.js index 4344fa58..30f938ee 100644 --- a/static/js/makeListPrivateDialog.js +++ b/static/js/makeListPrivateDialog.js @@ -24,7 +24,7 @@ pandora.ui.makeListPrivateDialog = function(name, subscribers, callback) { }) ], keys: {enter: 'make', escape: 'keep'}, - text: Ox._('Are you sure you want to make the list "{0}" private and loose its {1}?', + text: Ox._('Are you sure you want to make the list "{0}" private and lose its {1}?', [name, subscribers == 1 ? Ox._('subscriber') : Ox._('{0} subscribers', [subscribers])]), title: Ox._('Make List Private') });