kopia lustrzana https://github.com/ryukoposting/Signal-Android
Update copy for reset all wallpapers dialog.
rodzic
4bf59a55da
commit
a12ee1b78b
|
@ -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);
|
||||
|
|
|
@ -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 you’ve 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 you’ve 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>
|
||||
|
|
Ładowanie…
Reference in New Issue