diff --git a/AFSM.ps1 b/AFSM.ps1 index cb4b488..62821af 100644 --- a/AFSM.ps1 +++ b/AFSM.ps1 @@ -831,7 +831,7 @@ $bottomInfoPanel.Size = New-Object System.Drawing.Size(920, 50) $bottomInfoPanel.BorderStyle = "FixedSingle" $bottomInfoLabel = New-Object System.Windows.Forms.Label -$bottomInfoLabel.Text = "Setup Guide: Set SteamCMD Directory → Install SteamCMD → Set Game Install Directory → Update Server → Configure Settings → Save Config → Start Server" +$bottomInfoLabel.Text = "Set SteamCMD Directory -> Install SteamCMD -> Set Game Install Directory -> Update Server -> Configure Settings -> Save Config -> Start Server" $bottomInfoLabel.Font = New-Object System.Drawing.Font("Segoe UI", 8) $bottomInfoLabel.Location = New-Object System.Drawing.Point(10, 5) $bottomInfoLabel.Size = New-Object System.Drawing.Size(895, 40)