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 += " ";
if (flags.HasFlag(PluginHeaderFlags.UpdateAvailable))
bodyText += Locs.PluginBody_Outdated_CanNowUpdate;
bodyText += "\n" + Locs.PluginBody_Outdated_CanNowUpdate;
else
bodyText += Locs.PluginBody_Outdated_WaitForUpdate;