change wording of tooltips when mouseovering capabilities on 0xDB info page
This commit is contained in:
parent
1dd2e09804
commit
19e4593ca6
1 changed files with 4 additions and 1 deletions
|
@ -645,7 +645,10 @@ pandora.ui.infoView = function(data) {
|
|||
+ (hasCapability ? 'can' : 'can\'t') + ' '
|
||||
+ Ox.map(Ox.toSlashes(capability.name).split('/'), function(word, i) {
|
||||
return i == 0 ? null : word.toLowerCase();
|
||||
}).join(' '),
|
||||
}).join(' ')
|
||||
.replace('see item', 'see the item')
|
||||
.replace('play video', 'play the full video')
|
||||
.replace('download video', 'download the video'),
|
||||
title: capability.symbol,
|
||||
type: 'image'
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue