mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
fixed issue #76.
This commit is contained in:
@@ -408,7 +408,7 @@ namespace boss {
|
||||
node = plugin.append_child();
|
||||
node.set_name("div");
|
||||
node.append_attribute("class").set_value("tag remove");
|
||||
node.text().set((boost::locale::translate("Remove:").str() + " " + add.substr(2)).c_str());
|
||||
node.text().set((boost::locale::translate("Remove:").str() + " " + remove.substr(2)).c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user