mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Fix broken spacing in update chat message
This commit is contained in:
parent
49eac894a8
commit
2be6566e81
1 changed files with 3 additions and 3 deletions
|
|
@ -124,11 +124,11 @@ internal partial class ChatHandlers : IServiceType
|
|||
var updateMessage = new SeStringBuilder()
|
||||
.AddText(Loc.Localize("DalamudUpdated", "Dalamud has been updated successfully!"))
|
||||
.AddUiForeground(500)
|
||||
.AddText(" [")
|
||||
.AddText(" [ ")
|
||||
.Add(linkPayload)
|
||||
.AddText(Loc.Localize("DalamudClickToViewChangelogs", " Click here to view the changelog."))
|
||||
.AddText(Loc.Localize("DalamudClickToViewChangelogs", "Click here to view the changelog."))
|
||||
.Add(RawPayload.LinkTerminator)
|
||||
.AddText("]")
|
||||
.AddText(" ]")
|
||||
.AddUiForegroundOff();
|
||||
|
||||
chatGui.Print(new XivChatEntry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue