mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-13 00:17:21 +00:00
Misc
This commit is contained in:
parent
a53bf0fd3d
commit
40fc400ab2
3 changed files with 1 additions and 16 deletions
|
@ -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>
|
Loading…
Reference in a new issue