From de4521a3662afaeb645ffcf5ec52cd822c2cd4d9 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 18 May 2026 21:45:08 +0900 Subject: [PATCH] chore: use string file --- dzgui/views/components/right_panel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui/views/components/right_panel.py b/dzgui/views/components/right_panel.py index aad0d09..efea8e6 100644 --- a/dzgui/views/components/right_panel.py +++ b/dzgui/views/components/right_panel.py @@ -125,7 +125,7 @@ class RightPanel(Gtk.Box): exe_path = os.getenv("PYAPP") if exe_path is None: - msg = "Failed to find DZGUI launch executable" + msg = dialogs.failed_to_update func = StoredFunc(self._on_update_failure, msg) self.thread_man.set_cleanup_func(func, destroy_first=True) return