From 7bacf7cdc910223f9cf7fd8412eae4d3c4ca5753 Mon Sep 17 00:00:00 2001 From: Lynilia <89228568+Lynilia@users.noreply.github.com> Date: Sat, 30 Aug 2025 06:08:44 +0200 Subject: [PATCH] Update fr.rs (#12758) --- src/lang/fr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/fr.rs b/src/lang/fr.rs index 6759d23a6..f2768e912 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -709,6 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Supported only in the installed version.", "Uniquement pris en charge dans la version installée."), ("elevation_username_tip", "Saisissez un nom d’utilisateur ou un domaine\\utilisateur"), ("Preparing for installation ...", "Préparation de l’installation…"), - ("Show my cursor", ""), + ("Show my cursor", "Afficher mon curseur"), ].iter().cloned().collect(); }