forked from 0x2620/pandora
fix typo in makeListPrivateDialog
This commit is contained in:
parent
6117438fbe
commit
424803c30d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pandora.ui.makeListPrivateDialog = function(name, subscribers, callback) {
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
keys: {enter: 'make', escape: 'keep'},
|
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])]),
|
[name, subscribers == 1 ? Ox._('subscriber') : Ox._('{0} subscribers', [subscribers])]),
|
||||||
title: Ox._('Make List Private')
|
title: Ox._('Make List Private')
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue