diff --git a/tools/xea2kmt.cpp b/tools/xea2kmt.cpp --- a/tools/xea2kmt.cpp +++ b/tools/xea2kmt.cpp @@ -297,7 +297,7 @@ if (account->slotList.contains("tax-related")) { xml.writeStartElement("flag"); xml.writeAttribute("name","Tax"); - xml.writeAttribute("value",account->slotList["tax-related"]); + xml.writeAttribute("value",account->slotList["tax-related"] == "1" ? "Yes" : "No"); xml.writeEndElement(); } }