mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Translation fixes: remove various unused strings, fix some wrong spelled strings, add some missing strings
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user