From e24e0bdaf53283c8a435aa16b3054e0d449da778 Mon Sep 17 00:00:00 2001 From: Chronophylos Date: Wed, 22 Nov 2023 02:06:43 +0100 Subject: [PATCH] add localization for pda footer text (#21749) --- Content.Client/PDA/PdaWindow.xaml | 2 +- Resources/Locale/en-US/pda/pda-component.ftl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Content.Client/PDA/PdaWindow.xaml b/Content.Client/PDA/PdaWindow.xaml index 0b0898cc3a..2ddb0821a7 100644 --- a/Content.Client/PDA/PdaWindow.xaml +++ b/Content.Client/PDA/PdaWindow.xaml @@ -25,7 +25,7 @@ - diff --git a/Resources/Locale/en-US/pda/pda-component.ftl b/Resources/Locale/en-US/pda/pda-component.ftl index 551ff29e55..85a3c94c41 100644 --- a/Resources/Locale/en-US/pda/pda-component.ftl +++ b/Resources/Locale/en-US/pda/pda-component.ftl @@ -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] -- 2.51.2