Improve !owns output for multiple bots

This commit is contained in:
JustArchi
2018-02-13 13:23:33 +01:00
parent 4c739b7c51
commit 27e37b79e0
3 changed files with 33 additions and 28 deletions

View File

@@ -484,11 +484,11 @@ namespace ArchiSteamFarm.Localization {
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu There are {0}/{1} bots that already own all of the games being checked..
/// Wyszukuje zlokalizowany ciąg podobny do ciągu {0}/{1} bots already own game {2}..
/// </summary>
internal static string BotOwnsOverview {
internal static string BotOwnsOverviewPerGame {
get {
return ResourceManager.GetString("BotOwnsOverview", resourceCulture);
return ResourceManager.GetString("BotOwnsOverviewPerGame", resourceCulture);
}
}