Show correct buttons on map screen

This commit is contained in:
JappaWakka 2024-03-28 19:13:43 +01:00
parent 582e934b80
commit b04e869783

View File

@ -686,7 +686,7 @@
Dim regionString As String = Localization.GetString(Me.currentRegion(0).ToString().ToUpper() & Me.currentRegion.Remove(0, 1))
If Me.regions.Count > 1 Then
regionString &= " (Press the Shift/Shoulder Buttons to switch between regions.)"
regionString &= " (Press the Shift Key/Shoulder Triggers to switch between regions.)"
End If
Core.SpriteBatch.DrawString(FontManager.InGameFont, regionString, New Vector2(MapScreen.mapOffsetX + 2, MapScreen.mapOffsetY - 31), Color.Black)