Skip to content

Commit

Permalink
make rejecting cancellation more clear
Browse files Browse the repository at this point in the history
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 #3396 where it was discussed
  • Loading branch information
matkoniecz committed Dec 8, 2021
1 parent 1c1963f commit 28b11f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/quest_buttonpanel_done_cancel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

<Button
android:id="@+id/doneButton"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<string name="quest_noteDiscussion_anonymous">"Anonymous"</string>
<string name="confirmation_discard_title">"Discard input?"</string>
<string name="confirmation_discard_positive">"Discard"</string>
<string name="confirmation_discard_negative">"Cancel"</string>
<string name="confirmation_discard_negative2">"No"</string>
<string name="action_download">"Scan for quests here"</string>
<string name="action_upload">"Upload answers"</string>
<string name="no_changes">"You did not give any answer"</string>
Expand Down

0 comments on commit 28b11f9

Please sign in to comment.