diff --git a/src/lang/fr.rs b/src/lang/fr.rs index 246c821e4..e0c63fd92 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -31,7 +31,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Change ID", "Changer d'ID"), ("Website", "Site Web"), ("About", "À propos de"), - ("About RustDesk", "À propos de RustDesk") + ("About RustDesk", "À propos de RustDesk"), ("Mute", "Muet"), ("Audio Input", "Entrée audio"), ("ID Server", "Serveur ID"), diff --git a/src/ui/common.css b/src/ui/common.css index e22cf0369..23174c220 100644 --- a/src/ui/common.css +++ b/src/ui/common.css @@ -329,6 +329,7 @@ div#msgbox .msgbox-icon svg { background: white; } + div#msgbox .form { border-spacing: 0.5em; }