mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Make several overseen strings translatable. Closes issue #19.
This commit is contained in:
@ -147,6 +147,7 @@ begin
|
||||
if comboDBs.ItemIndex = -1 then
|
||||
comboDBs.ItemIndex := 0;
|
||||
comboDBs.OnChange(Sender);
|
||||
ListFilesChange(ListFiles, nil);
|
||||
end;
|
||||
|
||||
|
||||
|
@ -4448,7 +4448,7 @@ begin
|
||||
end else begin
|
||||
FDelimiter := Value;
|
||||
LogSQL(f_('Delimiter changed to %s', [FDelimiter]), lcInfo);
|
||||
actSetDelimiter.Hint := actSetDelimiter.Caption + ' (current value: '+FDelimiter+')';
|
||||
actSetDelimiter.Hint := actSetDelimiter.Caption + ' (' + _('current value:') + ' ' + FDelimiter + ')';
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user