Changed text

This commit is contained in:
M66B 2021-12-01 19:53:02 +01:00
parent c1199c93e0
commit 81ed886ea6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class FragmentDialogStill extends FragmentDialogBase {
AlertDialog.Builder builder = new AlertDialog.Builder(context)
.setView(dview)
.setPositiveButton(R.string.title_fix, new DialogInterface.OnClickListener() {
.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
sendResult(Activity.RESULT_OK);