From 1ed6b958cb9391492f0bc867c24ffb9f28d0470c Mon Sep 17 00:00:00 2001 From: Lynilia <89228568+Lynilia@users.noreply.github.com> Date: Fri, 17 Oct 2025 10:09:16 +0200 Subject: [PATCH] Update fr.rs (#13151) --- src/lang/fr.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/fr.rs b/src/lang/fr.rs index 01f0386e3..045709c16 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -719,7 +719,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Small", "Petite"), ("Large", "Grande"), ("Show virtual joystick", "Afficher le joystick virtuel"), - ("Edit note", ""), - ("Alias", ""), + ("Edit note", "Modifier la note"), + ("Alias", "Alias"), ].iter().cloned().collect(); }