From aea96365c621ae76a4cc435d8b1e1e5f7e2ab9e7 Mon Sep 17 00:00:00 2001 From: Chris Bessent Date: Tue, 19 Jan 2021 04:15:55 -0700 Subject: Improve error message about an extra overwrite mod --- src/profile.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/profile.cpp') diff --git a/src/profile.cpp b/src/profile.cpp index b77a8295..bb3a11e2 100644 --- a/src/profile.cpp +++ b/src/profile.cpp @@ -493,12 +493,8 @@ void Profile::refreshModStatus() // User has a mod named some variation of "overwrite". Tell them about it. if (warnAboutOverwrite) { - QMessageBox::warning( - nullptr, - tr("Overwrite mod conflict"), - tr("At least one mod named \"overwrite\" was detected, disabled, and moved to the lowest priority on the mod list. " - "You may want to rename this mod and enable it again.") - ); + reportError(tr("A mod named \"overwrite\" was detected, disabled, and moved to the highest priority on the mod list. " + "You may want to rename this mod and enable it again.")); // also, mark the mod-list as changed modStatusModified = true; } -- cgit v1.3.1