Fix statuses typo.

This commit is contained in:
Thomas Andres Gomez 2024-01-05 18:26:36 +01:00
parent c6caec1032
commit e3ceeade10
3 changed files with 3 additions and 3 deletions

View file

@ -744,7 +744,7 @@ class SummaryFactory @Inject constructor(
private const val FRIGHTENED = "Effrayé"
private const val RESTRAINED = "Entravé"
private const val STUNNED = "Étourdi"
private const val INCAPACITATED = "Neutralisé"
private const val INCAPACITATED = "Incapable d'agir, Neutralisé"
private const val UNCONSCIOUS = "Inconscient"
private const val INVISIBLE = "Invisible"
private const val PETRIFIED = "Pétrifié"

View file

@ -105,7 +105,7 @@
<string name="character_sheet_title_attribute">Attributs</string>
<string name="character_sheet_title_passive">Talents passifs</string>
<string name="character_sheet_title_spells">Sortilèges</string>
<string name="character_sheet_title_status">Statut</string>
<string name="character_sheet_title_status">Statuts</string>
<string name="character_sheet_title_saving_throws">Jet de sauvegarde</string>
<string name="character_sheet_title_proficiencies">Talents</string>
<string name="character_sheet_martial_masteries">Maîtrises martiales :</string>

View file

@ -107,7 +107,7 @@
<string name="character_sheet_title_attribute">Attributes</string>
<string name="character_sheet_title_passive">Passives proficiencies</string>
<string name="character_sheet_title_spells">Spells</string>
<string name="character_sheet_title_status">Status</string>
<string name="character_sheet_title_status">Statuses</string>
<string name="character_sheet_martial_masteries">Martial masteries:</string>
<string name="character_sheet_languages_masteries">Languages masteries:</string>
<string name="character_sheet_others_masteries">Others masteries:</string>