Clarified "no changes" message.

This commit is contained in:
WrinklyNinja
2014-02-02 18:24:40 +00:00
parent 4f17fa6e7c
commit 70bb7513e8
+1 -1
View File
@@ -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()) {