add localization for pda footer text (#21749)

This commit is contained in:
Chronophylos
2023-11-22 02:06:43 +01:00
committed by GitHub
parent 6f7523015b
commit e24e0bdaf5
2 changed files with 3 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
</Control>
<!--Footer-->
<BoxContainer Orientation="Horizontal" SetHeight="28">
<Label Text="Personal Digital Assistant" StyleClasses="PdaWindowFooterText" Margin="32 0 0 6"/>
<Label Text="{Loc 'comp-pda-ui-footer'}" StyleClasses="PdaWindowFooterText" Margin="32 0 0 6"/>
</BoxContainer>
</BoxContainer>
</pda:PdaWindow>

View File

@@ -24,6 +24,8 @@ pda-bound-user-interface-lock-uplink-description = Prevent anyone from accessing
comp-pda-ui-menu-title = PDA
comp-pda-ui-footer = Personal Digital Assistant
comp-pda-ui-station = Station: [color=white]{$station}[/color]
comp-pda-ui-station-alert-level = Alert Level: [color={ $color }]{ $level }[/color]