From d9df9feffbfe4f2c3a0701eac509293a38e99d7b Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 2 Dec 2024 17:19:00 +0100 Subject: [PATCH 1/2] Fix mission prep length for Latam and Spanish #1704 --- resource/reactivedrop_latam.txt | 2 +- resource/reactivedrop_spanish.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/reactivedrop_latam.txt b/resource/reactivedrop_latam.txt index 0adf7d865..77e4df55f 100644 --- a/resource/reactivedrop_latam.txt +++ b/resource/reactivedrop_latam.txt @@ -3229,7 +3229,7 @@ // new briefing // This string shows in briefing title. Translation shouldn't be very long. See other files for other translation variants. "[english]nb_mission_prep" "MISSION PREP" - "nb_mission_prep" "PREPARATIVOS DE LA MISIÓN" +"nb_mission_prep" "PREPARATIVOS" "[english]nb_ready" "READY" "nb_ready" "LISTO" "[english]nb_start_mission" "START MISSION" diff --git a/resource/reactivedrop_spanish.txt b/resource/reactivedrop_spanish.txt index 5313c9dc1..b77a71f63 100644 --- a/resource/reactivedrop_spanish.txt +++ b/resource/reactivedrop_spanish.txt @@ -3229,7 +3229,7 @@ // new briefing // This string shows in briefing title. Translation shouldn't be very long. See other files for other translation variants. "[english]nb_mission_prep" "MISSION PREP" -"nb_mission_prep" "PREPARATIVOS DE LA MISIÓN" +"nb_mission_prep" "PREPARATIVOS" "[english]nb_ready" "READY" "nb_ready" "LISTO" "[english]nb_start_mission" "START MISSION" From 3ace5e7e1023dc21d1d044b75f851e37b8aeeb7d Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 2 Dec 2024 17:28:04 +0100 Subject: [PATCH 2/2] Fix indent. --- resource/reactivedrop_latam.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/reactivedrop_latam.txt b/resource/reactivedrop_latam.txt index 77e4df55f..9b73b1991 100644 --- a/resource/reactivedrop_latam.txt +++ b/resource/reactivedrop_latam.txt @@ -3229,7 +3229,7 @@ // new briefing // This string shows in briefing title. Translation shouldn't be very long. See other files for other translation variants. "[english]nb_mission_prep" "MISSION PREP" -"nb_mission_prep" "PREPARATIVOS" + "nb_mission_prep" "PREPARATIVOS" "[english]nb_ready" "READY" "nb_ready" "LISTO" "[english]nb_start_mission" "START MISSION"