mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Wording: Display "Idle" instead of "Ready" in status bar
This commit is contained in:
@ -24,7 +24,7 @@ const
|
||||
REGKEY_SESSIONS = 'Servers\';
|
||||
// Some unique char, used to separate e.g. selected columns in registry
|
||||
DELIM = '|';
|
||||
STATUS_MSG_READY = 'Ready.';
|
||||
STATUS_MSG_READY = 'Idle.';
|
||||
STR_NOTSUPPORTED = 'Not supported by this server';
|
||||
|
||||
// Used by maskSQL and fixSQL:
|
||||
|
Reference in New Issue
Block a user