fix typo in makeListPrivateDialog

This commit is contained in:
rolux 2013-08-04 14:52:47 +00:00
parent 6117438fbe
commit 424803c30d

View file

@ -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')
});