mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Update strings.
This commit is contained in:
@@ -111,7 +111,7 @@ public class ChatWallpaperFragment extends Fragment {
|
||||
if (viewModel.isGlobal()) {
|
||||
resetAllWallpaper.setOnClickListener(unused -> {
|
||||
new MaterialAlertDialogBuilder(requireContext())
|
||||
.setTitle(R.string.ChatWallpaperFragment__reset_wallpaper)
|
||||
.setTitle(R.string.ChatWallpaperFragment__reset_wallpapers)
|
||||
.setMessage(R.string.ChatWallpaperFragment__would_you_like_to_override_all_wallpapers)
|
||||
.setPositiveButton(R.string.ChatWallpaperFragment__reset_default_wallpaper, (dialog, which) -> {
|
||||
viewModel.setWallpaper(null);
|
||||
|
||||
Reference in New Issue
Block a user