plugin installer: add linebreak after ban reason

This commit is contained in:
goat 2024-12-29 12:42:43 +01:00
parent d200c12c2f
commit 01980c3133

View file

@ -2194,7 +2194,7 @@ internal class PluginInstallerWindow : Window, IDisposable
bodyText += " "; bodyText += " ";
if (flags.HasFlag(PluginHeaderFlags.UpdateAvailable)) if (flags.HasFlag(PluginHeaderFlags.UpdateAvailable))
bodyText += Locs.PluginBody_Outdated_CanNowUpdate; bodyText += "\n" + Locs.PluginBody_Outdated_CanNowUpdate;
else else
bodyText += Locs.PluginBody_Outdated_WaitForUpdate; bodyText += Locs.PluginBody_Outdated_WaitForUpdate;