dont localize title of image buttons

This commit is contained in:
j 2013-12-27 11:36:01 +00:00
parent d9e31175bf
commit 6588fb26f6

View file

@ -483,7 +483,7 @@ Ox.Filter = function(options, self) {
}),
Ox.Button({
id: 'add',
title: Ox._('add'),
title: 'add',
tooltip: Ox._('Add a condition'),
type: 'image'
})
@ -504,7 +504,7 @@ Ox.Filter = function(options, self) {
], subpos == -1 ? [
Ox.Button({
id: 'addgroup',
title: Ox._('bracket'),
title: 'bracket',
tooltip: Ox._('Add a group of conditions'),
type: 'image'
})