Skip to content

Commit

Permalink
Merge pull request #5863 from IllianiCBT/campaignOptionsIIC_tooltipCo…
Browse files Browse the repository at this point in the history
…rrections

Fixed Incorrect Tooltips
  • Loading branch information
IllianiCBT authored Jan 23, 2025
2 parents 5d83b90 + 995b7c3 commit 87b0a69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -809,10 +809,10 @@ lblRandomDeathMethod.tooltip=This is the method used to determine if a person di
<br><b>Recommended:</b> Exponential Random Death is the best system as it closely follows a\
\ realistic death curve.
lblUseRandomClanPersonnelDeath.text=Enable Random Clan Death
lblUseRandomClanPersonnelDeath.tooltip=Allow clan-origin personnel to randomly marry other personnel.
lblUseRandomClanPersonnelDeath.tooltip=Allow clan-origin personnel to randomly die.
lblUseRandomPrisonerDeath.text=Enable Random Prisoner Death
lblUseRandomPrisonerDeath.tooltip=Allow prisoners to randomly marry other prisoners. Bondsmen are\
\ treated as free personnel when it comes to this option, and are thus not affected by it.
lblUseRandomPrisonerDeath.tooltip=Allow prisoners to randomly die. Bondsmen are treated as free\
\ personnel when it comes to this option, and are thus not affected by it.
lblUseRandomDeathSuicideCause.text=Enable Cause of Death: Suicide
lblUseRandomDeathSuicideCause.tooltip=This includes suicide as a potential cause for a random death.
lblPercentageRandomDeathChance.text=Random Death Percentage \u26A0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ public Component getListCellRendererComponent(final JList<?> list, final Object
14, 0, 100000, 1);

lblRandomNewDependentMarriage = new CampaignOptionsLabel("RandomNewDependentMarriage");
spnRandomNewDependentMarriage = new CampaignOptionsSpinner("RandomSameSexMarriageDiceSize",
spnRandomNewDependentMarriage = new CampaignOptionsSpinner("RandomNewDependentMarriage",
20, 0, 100000, 1);

// Layout the Panel
Expand Down

0 comments on commit 87b0a69

Please sign in to comment.