Fix fuckup

This commit is contained in:
JustArchi
2017-01-07 01:54:54 +01:00
parent d84e24053c
commit 8d299d1c26
2 changed files with 3 additions and 3 deletions

View File

@@ -655,7 +655,7 @@ namespace ArchiSteamFarm.Localization {
}
/// <summary>
/// Looks up a localized string similar to Chosen farming algorithm: {0}.
/// Looks up a localized string similar to Chosen idling algorithm: {0}.
/// </summary>
internal static string ChosenFarmingAlgorithm {
get {
@@ -901,7 +901,7 @@ namespace ArchiSteamFarm.Localization {
}
/// <summary>
/// Looks up a localized string similar to We have a total of {0} games ({1} cards) left to idle (~{3} remaining)....
/// Looks up a localized string similar to We have a total of {0} games ({1} cards) left to idle (~{2} remaining)....
/// </summary>
internal static string GamesToIdle {
get {

View File

@@ -401,7 +401,7 @@ StackTrace:
<value>Done!</value>
</data>
<data name="GamesToIdle" xml:space="preserve">
<value>We have a total of {0} games ({1} cards) left to idle (~{3} remaining)...</value>
<value>We have a total of {0} games ({1} cards) left to idle (~{2} remaining)...</value>
<comment>{0} will be replaced by number of games, {1} will be replaced by number of cards, {2} will be replaced by translated TimeSpan string built from TimeSpan* translation parts</comment>
</data>
<data name="IdlingFinished" xml:space="preserve">