Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pskelton committed Feb 11, 2024
1 parent 9213bdd commit ab79ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI/UI/UIPopup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ void CharacterUI_StatsTab_ShowHint() {
break;
case 10: // Character Condition
{
std::string str = std::string(localization->getArmourClassDescription()) + "\n";
std::string str = std::string(localization->getCharacterConditionDescription()) + "\n";

for (Condition condition : conditionImportancyTable()) {
if (pParty->activeCharacter().conditions.Has(condition)) {
Expand Down

0 comments on commit ab79ca5

Please sign in to comment.