mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-15 03:31:30 +01:00
move a colon to the localization string (#35192)
* move the colon to the localization string * remove a redundancy * beck suggested this per how its done elsewhere. * comply with requested changes.
This commit is contained in:
@@ -58,9 +58,7 @@
|
||||
StyleClasses="LabelBig" />
|
||||
<BoxContainer Orientation="Horizontal"
|
||||
Margin="0 0 0 5">
|
||||
<Label Text="{Loc 'crew-monitoring-user-interface-job'}:"
|
||||
FontColorOverride="DarkGray" />
|
||||
<Label Text=":"
|
||||
<Label Text="{Loc 'crew-monitoring-user-interface-job'}"
|
||||
FontColorOverride="DarkGray" />
|
||||
<TextureRect Name="PersonJobIcon"
|
||||
TextureScale="2 2"
|
||||
|
||||
@@ -5,7 +5,7 @@ crew-monitoring-user-interface-title = Crew Monitoring Console
|
||||
crew-monitor-filter-line-placeholder = Filter
|
||||
|
||||
crew-monitoring-user-interface-name = Name
|
||||
crew-monitoring-user-interface-job = Job
|
||||
crew-monitoring-user-interface-job = Job:
|
||||
crew-monitoring-user-interface-status = Status
|
||||
crew-monitoring-user-interface-location = Location
|
||||
|
||||
|
||||
Reference in New Issue
Block a user