Update copy for reset all wallpapers dialog.

fork-5.53.8
Alex Hart 2021-01-22 09:42:24 -04:00
rodzic 4bf59a55da
commit a12ee1b78b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -2837,7 +2837,7 @@
<string name="ChatWallpaperFragment__clear_wallpaper_for_this_chat">Clear wallpaper for this chat?</string>
<string name="ChatWallpaperFragment__clear_wallpaper_this_will_not">Clear wallpaper? This will not clear custom wallpapers youve set for your chats.</string>
<string name="ChatWallpaperFragment__reset_all_wallpapers">Reset all wallpapers</string>
<string name="ChatWallpaperFragment__reset_all_wallpapers_question_mark">Reset all wallpapers?</string>
<string name="ChatWallpaperFragment__reset_all_wallpapers_including_custom">Reset all wallpapers, including custom wallpapers youve set for your chats?</string>
<string name="ChatWallpaperFragment__contact_name">Contact name</string>
<string name="ChatWallpaperFragment__reset">Reset</string>
<string name="ChatWallpaperFragment__clear">Clear</string>