Skip to content

Commit e14ad97

Browse files
committed
Copilot
1 parent 0268c0e commit e14ad97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MekHQ/src/mekhq/campaign/personnel/education/Academy.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,8 @@ public String getTooltip(Campaign campaign, List<Person> personnel, int courseIn
828828
if (personnel.size() == 1) {
829829
for (String skillName : skillNames) {
830830
if (skillName.equalsIgnoreCase("xp")) {
831+
tooltip.append(skillName.toUpperCase()).append(" (");
832+
831833
if (EducationLevel.parseToInt(person.getEduHighestEducation()) >= educationLevel) {
832834
tooltip.append(resources.getString("nothingToLearn.text")).append(")<br>");
833835
} else {

0 commit comments

Comments
 (0)