This commit is contained in:
JustArchi
2017-03-13 01:24:20 +01:00
parent a2ee2b792d
commit 5b87b605f6
3 changed files with 193 additions and 193 deletions

View File

@@ -2884,7 +2884,7 @@ namespace ArchiSteamFarm {
}
if (!IsConnectedAndLoggedOn) {
return FormatBotResponse(KeepRunning ? Strings.BotStatusNotConnected : Strings.BotStatusNotRunning);
return FormatBotResponse(KeepRunning ? Strings.BotStatusConnecting : Strings.BotStatusNotRunning);
}
if (PlayingBlocked) {

File diff suppressed because it is too large Load Diff

View File

@@ -608,8 +608,8 @@ StackTrace:
<data name="BotStatusLimited" xml:space="preserve">
<value>Bot is limited and can't drop any cards through idling.</value>
</data>
<data name="BotStatusNotConnected" xml:space="preserve">
<value>Bot is not connected.</value>
<data name="BotStatusConnecting" xml:space="preserve">
<value>Bot is connecting to Steam network.</value>
</data>
<data name="BotStatusNotRunning" xml:space="preserve">
<value>Bot is not running.</value>