From 0c4bbabb86e3a19a17cc4ee87e8cd89879b89516 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 7 Jul 2018 09:05:50 +0200 Subject: [PATCH] Correct BotInvalidAuthenticatorDuringLogin --- ArchiSteamFarm/Localization/Strings.Designer.cs | 11 +---------- ArchiSteamFarm/Localization/Strings.resx | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/ArchiSteamFarm/Localization/Strings.Designer.cs b/ArchiSteamFarm/Localization/Strings.Designer.cs index 3cd41e28a..b8792da5c 100644 --- a/ArchiSteamFarm/Localization/Strings.Designer.cs +++ b/ArchiSteamFarm/Localization/Strings.Designer.cs @@ -331,7 +331,7 @@ namespace ArchiSteamFarm.Localization { } /// - /// Wyszukuje zlokalizowany ciąg podobny do ciągu Received TwoFactorCodeMismatch error code {0} times in a row, this almost always indicates invalid ASF 2FA credentials, aborting!. + /// Wyszukuje zlokalizowany ciąg podobny do ciągu Received TwoFactorCodeMismatch error code {0} times in a row. Either your 2FA credentials are no longer valid, or your clock is out of sync, aborting!. /// internal static string BotInvalidAuthenticatorDuringLogin { get { @@ -1449,15 +1449,6 @@ namespace ArchiSteamFarm.Localization { } } - /// - /// Wyszukuje zlokalizowany ciąg podobny do ciągu Playing more than {0} games concurrently is not possible, only first {0} entries from {1} will be used!. - /// - internal static string WarningTooManyGamesToPlay { - get { - return ResourceManager.GetString("WarningTooManyGamesToPlay", resourceCulture); - } - } - /// /// Wyszukuje zlokalizowany ciąg podobny do ciągu Received unknown value for {0}, please report this: {1}. /// diff --git a/ArchiSteamFarm/Localization/Strings.resx b/ArchiSteamFarm/Localization/Strings.resx index 3bd92d6c6..ace907a1e 100644 --- a/ArchiSteamFarm/Localization/Strings.resx +++ b/ArchiSteamFarm/Localization/Strings.resx @@ -448,7 +448,7 @@ StackTrace: Not starting this bot instance because it's disabled in config file! - Received TwoFactorCodeMismatch error code {0} times in a row, this almost always indicates invalid ASF 2FA credentials, aborting! + Received TwoFactorCodeMismatch error code {0} times in a row. Either your 2FA credentials are no longer valid, or your clock is out of sync, aborting! {0} will be replaced by maximum allowed number of failed 2FA attempts