diff --git a/src/backend/generators.h b/src/backend/generators.h index 93c1a2f0..d2b18f7d 100644 --- a/src/backend/generators.h +++ b/src/backend/generators.h @@ -261,7 +261,7 @@ namespace boss { note.append_attribute("id").set_value("noChanges"); note.text().set(boost::locale::translate("No change in details since last run.").str().c_str()); */ - messages.push_front(boss::Message(boss::g_message_say, "There have been no changes in the Details tab since BOSS was last run.")); + messages.push_front(boss::Message(boss::g_message_say, "There have been no changes in the Details tab since BOSS was last run for this game.")); } if (!messages.empty()) {