mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-03 21:00:19 +00:00
Renames "Shuttle ETA" to "Tram ETA"
Renames the "Shuttle ETA" option for status displays to "Tram ETA", because we have a tram and not a shuttle.
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
"presets" = list(
|
||||
list("name" = "blank", "label" = "Clear", "desc" = "Blank slate."),
|
||||
list("name" = "time", "label" = "Station Time", "desc" = "The current time according to the station's clock."),
|
||||
list("name" = "shuttle", "label" = "Shuttle ETA", "desc" = "Display how much time is left."),
|
||||
list("name" = "shuttle", "label" = "Tram ETA", "desc" = "Display how much time is left."), //VOREStation Edit - Shuttle ETA -> Tram ETA because we use trams
|
||||
list("name" = "message", "label" = "Message", "desc" = "A custom message.")
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user