diff --git a/core/src/com/unciv/models/ruleset/unique/UniqueType.kt b/core/src/com/unciv/models/ruleset/unique/UniqueType.kt index 394ae7ad66..26ddb2aeee 100644 --- a/core/src/com/unciv/models/ruleset/unique/UniqueType.kt +++ b/core/src/com/unciv/models/ruleset/unique/UniqueType.kt @@ -188,7 +188,7 @@ enum class UniqueType( // Todo: Lowercase the 'U' of 'Units' in this unique CityHealingUnits("[mapUnitFilter] Units adjacent to this city heal [amount] HP per turn when healing", UniqueTarget.Global, UniqueTarget.FollowerBelief), - XPForPromotionModifier("[relativeAmount]% XP required for promotions",UniqueTarget.Global), + XPForPromotionModifier("[relativeAmount]% Experience required for promotions",UniqueTarget.Global), /// City Strength BetterDefensiveBuildings("[relativeAmount]% City Strength from defensive buildings", UniqueTarget.Global),