wrap more strings
This commit is contained in:
parent
dc4046e8e7
commit
accbc7d5cb
2 changed files with 5 additions and 5 deletions
|
|
@ -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'
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue