Skip to content

Commit

Permalink
Merge pull request #3576 from matkoniecz/cancel_cancel
Browse files Browse the repository at this point in the history
make rejecting cancellation more clear
  • Loading branch information
westnordost authored Dec 11, 2021
2 parents 91d0561 + 28b11f9 commit 65a02a6
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 65a02a6

Please sign in to comment.