mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +01:00
plugin installer: add linebreak after ban reason
This commit is contained in:
parent
d200c12c2f
commit
01980c3133
1 changed files with 54 additions and 54 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue