mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Remove unused string
This commit is contained in:
9
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
9
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user