wrap more strings

This commit is contained in:
j 2014-02-17 14:40:15 +00:00
commit accbc7d5cb
2 changed files with 5 additions and 5 deletions

View file

@ -628,7 +628,7 @@ pandora.ui.infoView = function(data) {
.replace('see item', 'see the item')
.replace('play video', 'play the full video')
.replace('download video', 'download the video'),
[canEdit ? Ox.toTitleCase(userLevel) : Ox._('You')]),
[canEdit ? Ox._(Ox.toTitleCase(userLevel)) : Ox._('You')]),
title: capability.symbol,
type: 'image'
})