]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
add localization for pda footer text (#21749)
authorChronophylos <nikolai@chronophylos.com>
Wed, 22 Nov 2023 01:06:43 +0000 (02:06 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Nov 2023 01:06:43 +0000 (20:06 -0500)
Content.Client/PDA/PdaWindow.xaml
Resources/Locale/en-US/pda/pda-component.ftl

index 0b0898cc3ad24f66f55e1aabbd993e441d46a85a..2ddb0821a7e38da96f29cc8d0591c9792c3eb6cc 100644 (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>
index 551ff29e5526190d0dc8800365d235c0f76565a3..85a3c94c4141be0737bee6519237c65f062d4668 100644 (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]