change text on dismiss button
This commit is contained in:
parent
293b206e00
commit
5c7c7c55ed
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ public class SelectWptCategoriesBottomSheetDialogFragment extends MenuBottomShee
|
|||
@Override
|
||||
protected int getDismissButtonTextId() {
|
||||
if (isUpdateMode) {
|
||||
return R.string.update;
|
||||
return R.string.shared_string_update;
|
||||
} else {
|
||||
return super.getDismissButtonTextId();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue