mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Minor report fixes.
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td id="txtLootVersion"></td><td id="lootVersion"></td></tr>
|
||||
<tr><td id="txtMasterlistUpdating"></td><td id="masterlistUpdating"></td></tr>
|
||||
<tr><td id="txtMasterlistRevision"></td><td id="masterlistRevision"></td></tr>
|
||||
<tr><td id="txtMasterlistDate"></td><td id="masterlistDate"></td></tr>
|
||||
<tr><td id="txtMasterlistUpdating"></td><td id="masterlistUpdating"></td></tr>
|
||||
<tr><td id="txtTotalMessageNo"></td><td id="totalMessageNo"></td></tr>
|
||||
<tr><td id="txtTotalWarningNo"></td><td id="totalWarningNo"></td></tr>
|
||||
<tr><td id="txtTotalErrorNo"></td><td id="totalErrorNo"></td></tr>
|
||||
|
||||
@@ -311,11 +311,14 @@ namespace loot {
|
||||
<< YAML::Key << "txtSummarySec"
|
||||
<< YAML::Value << boost::locale::translate("Summary").str()
|
||||
|
||||
<< YAML::Key << "txtSummary"
|
||||
<< YAML::Value << boost::locale::translate("Summary").str()
|
||||
|
||||
<< YAML::Key << "txtLootVersion"
|
||||
<< YAML::Value << boost::locale::translate("LOOT Version").str()
|
||||
|
||||
<< YAML::Key << "txtMasterlistRevision"
|
||||
<< YAML::Value << boost::locale::translate("Masterlist Version").str()
|
||||
<< YAML::Value << boost::locale::translate("Masterlist Revision").str()
|
||||
|
||||
<< YAML::Key << "txtMasterlistDate"
|
||||
<< YAML::Value << boost::locale::translate("Masterlist Date").str()
|
||||
|
||||
Reference in New Issue
Block a user