Skip to content

Commit 5c46412

Browse files
vincetzrTobiGr
authored andcommitted
Changed alert dialogue.
1 parent 076e9ee commit 5c46412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/settings/DebugSettingsFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void onCreatePreferences(final Bundle savedInstanceState, final String ro
9898
final AlertDialog.Builder builder = new AlertDialog.Builder(getContext());
9999
builder.setMessage("Resetting all settings will discard "
100100
+ "all of your preferred settings and restarts the app. "
101-
+ "Are you sure you want to do this?");
101+
+ "Are you sure you want to proceed?");
102102
builder.setCancelable(true);
103103
builder.setPositiveButton("Yes", new DialogInterface.OnClickListener() {
104104
@Override

0 commit comments

Comments
 (0)