diff --git a/locales/fr.lua b/locales/fr.lua index e97ad36f..ba5c0f39 100644 --- a/locales/fr.lua +++ b/locales/fr.lua @@ -1,6 +1,6 @@ Locales ['fr'] = { ['voice'] = '~y~Voix: ~s~%s', - ['normal'] = 'Normal', - ['shout'] = 'Crier', - ['whisper'] = 'Chuchoter', + ['normal'] = 'normal', + ['shout'] = 'crier', + ['whisper'] = 'chuchoter', }