diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/resources/assets/molehunt/lang/en_us.json | 3 | ||||
| -rw-r--r-- | src/client/resources/assets/molehunt/lang/fr_fr.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/client/resources/assets/molehunt/lang/en_us.json b/src/client/resources/assets/molehunt/lang/en_us.json index fd44d7c..04a3a8b 100644 --- a/src/client/resources/assets/molehunt/lang/en_us.json +++ b/src/client/resources/assets/molehunt/lang/en_us.json @@ -12,7 +12,8 @@ "molehunt.game.start.suspense": "§eYou are...", "molehunt.game.start.mole.title": "§cThe Mole!", "molehunt.game.start.mole.subtitle": "§eGet the list of moles with §6/molehunt moles", - "molehunt.game.start.survivor": "§aNot the Mole!", + "molehunt.game.start.survivor.title": "§aNot the Mole!", + "molehunt.game.start.survivor.subtitle": "§eTry to survive and find out who's the mole!", "gamerule.molehunt:gameDuration": "Molehunt : Duration of a game", "gamerule.molehunt:molePercentage": "Molehunt : Percentage of Mole", "gamerule.molehunt:moleCount": "Molehunt : Number of Mole", diff --git a/src/client/resources/assets/molehunt/lang/fr_fr.json b/src/client/resources/assets/molehunt/lang/fr_fr.json index ce1ccbb..42b4722 100644 --- a/src/client/resources/assets/molehunt/lang/fr_fr.json +++ b/src/client/resources/assets/molehunt/lang/fr_fr.json @@ -12,7 +12,8 @@ "molehunt.game.start.suspense": "§eVous êtes...", "molehunt.game.start.mole.title": "§cLa Taupe !", "molehunt.game.start.mole.subtitle": "§eRécupérer la liste des taupes avec §6/molehunt moles", - "molehunt.game.start.survivor": "§aPas la Taupe!", + "molehunt.game.start.survivor.title": "§aPas la taupe!", + "molehunt.game.start.survivor.subtitle": "§eEssaye de survivre et de trouver qui est la taupe !", "gamerule.molehunt:gameDuration": "Molehunt : Durée d'une partie", "gamerule.molehunt:molePercentage": "Molehunt : Pourcentage de Taupes", "gamerule.molehunt:moleCount": "Molehunt : Nombre de Taupes", |
