mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Clarified "no changes" message.
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user