Team export: 'Ability:' instead of 'Trait:'

PO will support this in their next release.
This commit is contained in:
Guangcong Luo 2013-10-06 13:56:53 -05:00
parent ab5e6f1220
commit 0b395ca236

View File

@ -1869,7 +1869,7 @@
}
text += "\n";
if (curSet.ability) {
text += 'Trait: '+curSet.ability+"\n";
text += 'Ability: '+curSet.ability+"\n";
}
if (curSet.level && curSet.level != 100) {
text += 'Level: '+curSet.level+"\n";