Fixed capitalization in Interface description (#32739)

This commit is contained in:
scrivoy
2024-10-10 21:40:41 +02:00
committed by GitHub
parent bc64676747
commit e98af125dc

View File

@@ -96,7 +96,7 @@
- type: entity
id: ActionAGhostShowSolar
name: Solar Control Interface
description: View a solar control interface.
description: View a Solar Control Interface.
components:
- type: InstantAction
icon: { sprite: Structures/Machines/parts.rsi, state: box_0 }
@@ -108,7 +108,7 @@
- type: entity
id: ActionAGhostShowCommunications
name: Communications Interface
description: View a communications interface.
description: View a Communications Interface.
components:
- type: InstantAction
icon: { sprite: Interface/Actions/actions_ai.rsi, state: comms_console }
@@ -120,7 +120,7 @@
- type: entity
id: ActionAGhostShowRadar
name: Mass Scanner Interface
description: View a mass scanner interface.
description: View a Mass Scanner Interface.
components:
- type: InstantAction
icon: { sprite: Interface/Actions/actions_ai.rsi, state: mass_scanner }
@@ -132,7 +132,7 @@
- type: entity
id: ActionAGhostShowCargo
name: Cargo Ordering Interface
description: View a cargo ordering interface.
description: View a Cargo Ordering Interface.
components:
- type: InstantAction
icon: { sprite: Structures/Machines/parts.rsi, state: box_0 }
@@ -144,7 +144,7 @@
- type: entity
id: ActionAGhostShowCrewMonitoring
name: Crew Monitoring Interface
description: View a crew monitoring interface.
description: View a Crew Monitoring Interface.
components:
- type: InstantAction
icon: { sprite: Interface/Actions/actions_ai.rsi, state: crew_monitor }
@@ -156,7 +156,7 @@
- type: entity
id: ActionAGhostShowStationRecords
name: Station Records Interface
description: View a station records Interface.
description: View a Station Records Interface.
components:
- type: InstantAction
icon: { sprite: Interface/Actions/actions_ai.rsi, state: station_records }