Fix #10922
This commit is contained in:
parent
e4b902c6f4
commit
bf5b797aaa
1 changed files with 2 additions and 2 deletions
|
@ -46,12 +46,12 @@ public class DismissRouteBottomSheetFragment extends MenuBottomSheetDialogFragme
|
|||
|
||||
@Override
|
||||
protected int getDismissButtonTextId() {
|
||||
return R.string.shared_string_cancel;
|
||||
return R.string.shared_string_no;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getRightBottomButtonTextId() {
|
||||
return R.string.shared_string_dismiss;
|
||||
return R.string.shared_string_yes;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue