From 28b11f949ec05bb3ad8953c084633aabf695f600 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Wed, 8 Dec 2021 22:55:54 +0100 Subject: [PATCH] make rejecting cancellation more clear There is a "Discard input?" menu appearing after user fills answer, at least partially and tries to leave answer window. It has options "cancel" and "discard" with "cancel" being not entirely clear - as user is cancelling filling of the quest. And "cancel cancelling" is tricky. Situation is even worse in some translations where even the best found text is more confusing than English version. see https://github.com/streetcomplete/StreetComplete/discussions/3396 where it was discussed --- app/src/main/res/layout/quest_buttonpanel_done_cancel.xml | 2 +- app/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/quest_buttonpanel_done_cancel.xml b/app/src/main/res/layout/quest_buttonpanel_done_cancel.xml index f7666dbcbb..64b86df8aa 100644 --- a/app/src/main/res/layout/quest_buttonpanel_done_cancel.xml +++ b/app/src/main/res/layout/quest_buttonpanel_done_cancel.xml @@ -10,7 +10,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" style="@style/BottomSheetButtonBarItem" - android:text="@string/confirmation_discard_negative" /> + android:text="@string/confirmation_discard_negative2" />