Changed alert dialogue.

This commit is contained in:
Vincent Tanumihardja
2023-09-21 16:01:07 +02:00
committed by TobiGr
parent 076e9eee01
commit 5c46412faa
@@ -98,7 +98,7 @@ public class DebugSettingsFragment extends BasePreferenceFragment {
final AlertDialog.Builder builder = new AlertDialog.Builder(getContext());
builder.setMessage("Resetting all settings will discard "
+ "all of your preferred settings and restarts the app. "
+ "Are you sure you want to do this?");
+ "Are you sure you want to proceed?");
builder.setCancelable(true);
builder.setPositiveButton("Yes", new DialogInterface.OnClickListener() {
@Override