From 48fa38d983e69a553680c377e6afb89a0e86df22 Mon Sep 17 00:00:00 2001 From: Adam Chance <6444703+drakon64@users.noreply.github.com> Date: Tue, 8 Apr 2025 14:12:10 +0100 Subject: [PATCH] i18n(en): fix translations for `restart-timeout` and `shutdown-timeout` --- i18n/en/cosmic_greeter.ftl | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/i18n/en/cosmic_greeter.ftl b/i18n/en/cosmic_greeter.ftl index 2fbe58c..c5904ae 100644 --- a/i18n/en/cosmic_greeter.ftl +++ b/i18n/en/cosmic_greeter.ftl @@ -2,14 +2,18 @@ cancel = Cancel keyboard-layout = Keyboard layout restart = Restart restart-now = Restart now? -restart-timeout = The system will restart automatically in {$seconds -> - [1] 1 second. - *[other] {$seconds} seconds. } +restart-timeout = The system will restart automatically in + { $seconds -> + [1] 1 second. + *[other] {$seconds} seconds. + } session = Session shutdown = Shut down shutdown-now = Shut down now? -shutdown-timeout = The system will shut down automatically in {$seconds -> - [1] 1 second. - *[other] {$seconds} seconds. } +shutdown-timeout = The system will shut down automatically in + { $seconds -> + [1] 1 second. + *[other] {$seconds} seconds. + } suspend = Suspend user = User