Remove unused string

This commit is contained in:
JustArchi
2021-04-23 23:47:12 +02:00
parent 0349923a08
commit 3c4755ab4c
2 changed files with 0 additions and 13 deletions

View File

@@ -1333,15 +1333,6 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Response: {0}.
/// </summary>
public static string Response {
get {
return ResourceManager.GetString("Response", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Restarting....
/// </summary>

View File

@@ -696,10 +696,6 @@ Process uptime: {1}</value>
<value>Interactive console is not available due to missing {0} config property.</value>
<comment>{0} will be replaced by the name of the missing config property (string)</comment>
</data>
<data name="Response" xml:space="preserve">
<value>Response: {0}</value>
<comment>{0} will be replaced by the generated response (string)</comment>
</data>
<data name="BotGamesToRedeemInBackgroundCount" xml:space="preserve">
<value>Bot has {0} games remaining in its background queue.</value>
<comment>{0} will be replaced by remaining number of games in BGR's queue</comment>