mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -180,7 +180,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(releaseResponse.ChangelogPlainText)) {
|
||||
ArchiLogger.LogGenericInfo(string.Format(Strings.UpdateChangelog, releaseResponse.ChangelogPlainText));
|
||||
ArchiLogger.LogGenericInfo(releaseResponse.ChangelogPlainText);
|
||||
}
|
||||
|
||||
ArchiLogger.LogGenericInfo(string.Format(Strings.UpdateDownloadingNewVersion, newVersion, binaryAsset.Size / 1024 / 1024));
|
||||
|
||||
10
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
10
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
@@ -1251,16 +1251,6 @@ namespace ArchiSteamFarm.Localization {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Changelog:
|
||||
///{0}.
|
||||
/// </summary>
|
||||
internal static string UpdateChangelog {
|
||||
get {
|
||||
return ResourceManager.GetString("UpdateChangelog", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Checking for new version....
|
||||
/// </summary>
|
||||
|
||||
@@ -658,9 +658,4 @@ StackTrace:
|
||||
<value>Workaround for {0} bug has been triggered.</value>
|
||||
<comment>{0} will be replaced by the bug's name provided by ASF</comment>
|
||||
</data>
|
||||
<data name="UpdateChangelog" xml:space="preserve">
|
||||
<value>Changelog:
|
||||
{0}</value>
|
||||
<comment>{0} will be replaced by complete changelog text from GitHub (in english). Please note that this string should include newlines for formatting.</comment>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user