This commit is contained in:
JustArchi 2018-09-23 02:31:03 +02:00
parent a53bf0fd3d
commit 40fc400ab2
3 changed files with 1 additions and 16 deletions

View file

@ -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));

View file

@ -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>

View file

@ -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>