From 23bb411ba7b836c4c5e40d3538335241dbbbc569 Mon Sep 17 00:00:00 2001 From: leminlimez <59540996+leminlimez@users.noreply.github.com> Date: Sun, 23 Mar 2025 17:04:24 -0400 Subject: [PATCH] update warning dialog --- tweaks/posterboard_tweak.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweaks/posterboard_tweak.py b/tweaks/posterboard_tweak.py index 53e07d2..c6f3e06 100644 --- a/tweaks/posterboard_tweak.py +++ b/tweaks/posterboard_tweak.py @@ -73,7 +73,7 @@ class PosterboardTweak(Tweak): detailsBox = QtWidgets.QMessageBox() detailsBox.setIcon(QtWidgets.QMessageBox.Critical) detailsBox.setWindowTitle("Warning") - detailsBox.setText("NOTE: You may need to reset PRB Extensions (enable Risky Options in settings) and then re-apply for this file to work.") + detailsBox.setText("NOTE: You may need to reset all wallpapers (enable Risky Options in settings) and then re-apply for this file to work.") detailsBox.exec() return True return False