fixed issue #76.

This commit is contained in:
WrinklyNinja
2013-10-31 11:39:31 +00:00
parent 1ce9b1ec6a
commit ddaa0d39b2
+1 -1
View File
@@ -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());
}
}