mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 20:41:27 +03:00
Fixes typo for dark theme in French i18n (#7095)
This commit is contained in:
@@ -341,7 +341,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("General", "Général"),
|
("General", "Général"),
|
||||||
("Security", "Sécurité"),
|
("Security", "Sécurité"),
|
||||||
("Theme", "Thème"),
|
("Theme", "Thème"),
|
||||||
("Dark Theme", "Thème somble"),
|
("Dark Theme", "Thème sombre"),
|
||||||
("Light Theme", "Thème clair"),
|
("Light Theme", "Thème clair"),
|
||||||
("Dark", "Sombre"),
|
("Dark", "Sombre"),
|
||||||
("Light", "Clair"),
|
("Light", "Clair"),
|
||||||
|
|||||||
Reference in New Issue
Block a user