Changed alert dialogue.

pull/9236/head
Vincent Tanumihardja 2022-10-29 09:19:04 +11:00 zatwierdzone przez TobiGr
rodzic 076e9eee01
commit 5c46412faa
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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