This commit is contained in:
j 2012-09-08 14:09:48 +02:00
parent 0232e2b15b
commit 570d9ed0ff

View file

@ -52,9 +52,9 @@ pandora.ui.item = function() {
.html( .html(
'Sorry, <i>' + result.data.title 'Sorry, <i>' + result.data.title
+ '</i> currently doesn\'t have ' + '</i> currently doesn\'t have '
+ ['a', 'e', 'i', 'o'].indexOf( + (['a', 'e', 'i', 'o'].indexOf(
pandora.user.ui.itemView.slice(0, 1) pandora.user.ui.itemView.slice(0, 1)
) > -1 ? 'an': 'a' + ' ' ) > -1 ? 'an': 'a') + ' '
+ pandora.user.ui.itemView + ' view.' + pandora.user.ui.itemView + ' view.'
) )
); );