From 6588fb26f651f11fedcf9f8de031467f7b8fecc5 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 27 Dec 2013 11:36:01 +0000 Subject: [PATCH] dont localize title of image buttons --- source/Ox.UI/js/Form/Filter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/js/Form/Filter.js b/source/Ox.UI/js/Form/Filter.js index 2888070c..528803d4 100644 --- a/source/Ox.UI/js/Form/Filter.js +++ b/source/Ox.UI/js/Form/Filter.js @@ -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' })