From 35603a3146591d4fc3cec6f4c6a7d8306ce05d21 Mon Sep 17 00:00:00 2001 From: DerVogel2020 <65366950+DerVogel2020@users.noreply.github.com> Date: Mon, 10 May 2021 16:18:35 +0200 Subject: [PATCH] fix typos: Ok and Check-In (closes #3120) (COMMUNITY) (#3121) * fix Ok and Check-In * change OK back to Ok and Okay will become just Ok * remove capitalization --- Corona-Warn-App/src/main/res/values-de/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Corona-Warn-App/src/main/res/values-de/strings.xml b/Corona-Warn-App/src/main/res/values-de/strings.xml index 2aa31ae7c..3fb7e08f7 100644 --- a/Corona-Warn-App/src/main/res/values-de/strings.xml +++ b/Corona-Warn-App/src/main/res/values-de/strings.xml @@ -1624,7 +1624,7 @@ <!-- XTXT: error dialog - short text for error reason --> <string name="errors_generic_details_headline">"Ursache"</string> <!-- XBUT: error dialog - button close --> - <string name="errors_generic_button_positive">"Okay"</string> + <string name="errors_generic_button_positive">"Ok"</string> <!-- XBUT: error dialog - button show details --> <string name="errors_generic_button_negative">"Details"</string> <!-- XTXT: error dialog - text when no error description is available --> @@ -1942,7 +1942,7 @@ <!-- XBUT: Duration dialog cancel button --> <string name="duration_dialog_cancel_button">Abbrechen</string> <!-- XBUT: Duration dialog ok button --> - <string name="duration_dialog_ok_button">OK</string> + <string name="duration_dialog_ok_button">Ok</string> <!-- NOTR --> <string name="duration_dialog_default_value">00:00</string> <!-- XTXT: Duration hours text --> @@ -2002,7 +2002,7 @@ <!-- XBUT: Trace location check-ins consent screen skip button --> <string name="trace_location_attendee_consent_skip">Überspringen</string> <!-- XHED: Trace location check-ins consent screen dialog title --> - <string name="trace_location_attendee_consent_dialog_title">Sind Sie sicher, dass Sie Ihre Check-Ins nicht teilen wollen?</string> + <string name="trace_location_attendee_consent_dialog_title">Sind Sie sicher, dass Sie Ihre Check-ins nicht teilen wollen?</string> <!-- XTXT: Trace location check-ins consent screen dialog message --> <string name="trace_location_attendee_consent_dialog_message">Dadurch werden andere, die in Ihrer Nähe waren, nicht gewarnt.</string> <!-- XBUT: Trace location check-ins consent screen dialog positive button --> -- GitLab