mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-15 19:26:03 +08:00
Addition to r4707: Change text for bind parameters' feature after changing translation string.
This commit is contained in:
@ -11191,7 +11191,7 @@ begin
|
|||||||
if Assigned(Tab.QueryProfile) then
|
if Assigned(Tab.QueryProfile) then
|
||||||
CellText := CellText + ' ('+FormatNumber(Tab.ProfileTime, 6)+'s)';
|
CellText := CellText + ' ('+FormatNumber(Tab.ProfileTime, 6)+'s)';
|
||||||
end;
|
end;
|
||||||
HELPERNODE_BINDING: CellText := _('Bind Parameters');
|
HELPERNODE_BINDING: CellText := _('Bind parameters');
|
||||||
end;
|
end;
|
||||||
1: case Node.Parent.Index of
|
1: case Node.Parent.Index of
|
||||||
HELPERNODE_COLUMNS: case ActiveDbObj.NodeType of
|
HELPERNODE_COLUMNS: case ActiveDbObj.NodeType of
|
||||||
@ -11246,7 +11246,7 @@ begin
|
|||||||
if StrLen(PChar(Tab.ListBindParams[Node.Index].Value))>0 then
|
if StrLen(PChar(Tab.ListBindParams[Node.Index].Value))>0 then
|
||||||
CellText := Tab.ListBindParams[Node.Index].Value
|
CellText := Tab.ListBindParams[Node.Index].Value
|
||||||
else
|
else
|
||||||
CellText := _('Set Value');
|
CellText := _('Set value');
|
||||||
end;
|
end;
|
||||||
else CellText := '';
|
else CellText := '';
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user