Update copy for reset all wallpapers dialog.

This commit is contained in:
Alex Hart
2021-01-22 09:42:24 -04:00
parent 4bf59a55da
commit a12ee1b78b
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ public class ChatWallpaperFragment extends Fragment {
});
resetAllWallpaper.setOnClickListener(unused -> {
confirmAction(R.string.ChatWallpaperFragment__reset_all_wallpapers_question_mark,
confirmAction(R.string.ChatWallpaperFragment__reset_all_wallpapers_including_custom,
R.string.ChatWallpaperFragment__reset,
() -> {
viewModel.setWallpaper(null);