fix some locale strings
This commit is contained in:
parent
60bf786a3a
commit
aa6d2de64b
5 changed files with 10 additions and 14 deletions
|
|
@ -122,7 +122,7 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
id: 'add',
|
||||
style: 'symbol',
|
||||
title: 'add',
|
||||
tooltip: Ox._('Add {0}', self.options.item),
|
||||
tooltip: Ox._('Add {0}', [self.options.item]),
|
||||
type: 'image'
|
||||
})
|
||||
.bindEvent({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue