fix(debug): Rename recorder screen button from Close to Keep

The keep button's onClick handler was already named onKeep but the label said Close. Renamed to Keep for clarity alongside the Delete/Share buttons. Added dedicated string resource with translations for all 75 locales.
This commit is contained in:
darken
2026-03-10 07:50:36 +00:00
committed by Matthias Urhahn
parent 44cd0eec2a
commit 67474a30da
77 changed files with 91 additions and 3 deletions
+1
View File
@@ -371,4 +371,5 @@ K4r0lSz;</string>
<string name="support_debuglog_sent_message">Czy dziennik debugowania został wysłany pomyślnie? Dziennik zostanie usunięty.</string>
<string name="support_contact_sent_title">E-mail wysłany?</string>
<string name="support_contact_sent_message">Czy e-mail został wysłany pomyślnie? Załączony dziennik debugowania zostanie usunięty.</string>
<string name="debug_debuglog_screen_keep_action">Zachowaj</string>
</resources>