Translation fixes: remove various unused strings, fix some wrong spelled strings, add some missing strings

This commit is contained in:
Ansgar Becker
2023-09-10 14:22:52 +02:00
parent 122663d88b
commit 587c88e574
7 changed files with 53 additions and 200 deletions

View File

@ -149,7 +149,7 @@ begin
if QueryTabOpen then
ItemLabel := _('Result grid')+': '+ActiveQueryTab.tabsetQuery.Tabs[ActiveQueryTab.tabsetQuery.TabIndex]
else
ItemLabel := _('Data grid');
ItemLabel := _('Data Grid');
comboSearchIn.Items.AddObject(ItemLabel, ResultGrid);
if ResultGrid.Focused then
comboSearchIn.ItemIndex := comboSearchIn.Items.Count-1;