Change the label of the search bar button of a data grid

1
I would like to change the label of the 'search bar' button of a data grid: the button whichs toggles showing the search bar. I thought I should be able to change this label at the System texts option of the Project menu, but it seems this button is not defined there. Is there a way to change this button for the whole project?
asked
4 answers
1

No, there isn't an easy way: for our project, we did this by hand. We've filed a ticket for this: #203297 ("Use different captions for search buttons: show filter vs filter"). Currently, it's not scheduled for a release within three months.

answered
0

Don't you just mean the Caption of the button? That should be editable from your data-grid by default, right?

answered
0

Same problem here. As a workaround we use the default value and every deployment to acceptance we first change this value using the 'Batch translate' option.

answered
0

Perhaps I miss something, but in my case I even didn't want a label on that button at all. We use icons (like a magnifying-glass for a search-button).

So in the css-file I added a background image for the search-button, and I changed the System text 'Data grid , Search' in an empty value. That is, I needed to leave a not empty string in the field (ASCII 32)!

I expect that you can just add every value you like in that system text.

answered