mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-16 20:11:48 +08:00
Fix wording in auto refresh dialog
This commit is contained in:
@ -5120,7 +5120,7 @@ var
|
|||||||
begin
|
begin
|
||||||
// set interval for autorefresh-timer
|
// set interval for autorefresh-timer
|
||||||
seconds := IntToStr(TimerRefresh.interval div 1000);
|
seconds := IntToStr(TimerRefresh.interval div 1000);
|
||||||
if inputquery('Auto-refresh processlist','Update list every ... seconds:', seconds) then begin
|
if inputquery('Auto refresh','Refresh list every ... second(s):', seconds) then begin
|
||||||
secondsInt := StrToIntDef(seconds, 0);
|
secondsInt := StrToIntDef(seconds, 0);
|
||||||
if secondsInt > 0 then begin
|
if secondsInt > 0 then begin
|
||||||
TimerRefresh.Interval := secondsInt * 1000;
|
TimerRefresh.Interval := secondsInt * 1000;
|
||||||
|
Reference in New Issue
Block a user