From b8bb4ab3be40fc76937a06ac7e90f66a38bbc0b5 Mon Sep 17 00:00:00 2001 From: ElBread3 <92335081+ElBread3@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:31:26 -0500 Subject: [PATCH] clarify --- src/qt_gui/gui_context_menus.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qt_gui/gui_context_menus.h b/src/qt_gui/gui_context_menus.h index da3e32077..6c952662e 100644 --- a/src/qt_gui/gui_context_menus.h +++ b/src/qt_gui/gui_context_menus.h @@ -304,7 +304,8 @@ public: nullptr, tr("Error"), QString(tr("This feature requires the 'Enable Separate Update Folder' " "config option " - "to work. If you want to use this feature, please enable it."))); + "to work. If you want to use this feature, please enable it and " + "make sure a separated update is installed."))); error = true; } else if (!std::filesystem::exists( Common::FS::PathFromQString(game_update_path))) {