diff --git a/src/lang/en.rs b/src/lang/en.rs index 8e86125c6..2e644414f 100644 --- a/src/lang/en.rs +++ b/src/lang/en.rs @@ -53,7 +53,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("empty_lan_tip", "Oh no, it looks like we haven't discovered any peers yet."), ("empty_address_book_tip", "Oh dear, it appears that there are currently no peers listed in your address book."), ("identical_file_tip", "This file is identical with the peer's one."), - ("show_monitors_tip", "Show monitors in toolbar."), + ("show_monitors_tip", "Show monitors in toolbar"), ("enter_rustdesk_passwd_tip", "Enter RustDesk password"), ("remember_rustdesk_passwd_tip", "Remember RustDesk password"), ("login_linux_tip", "You need to login to remote Linux account to enable a X desktop session"), diff --git a/src/lang/fr.rs b/src/lang/fr.rs index dfcef4fc9..2e97fe715 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -478,7 +478,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", "Mot de passe non spécifié"), ("Me", "Moi"), ("identical_file_tip", "Ce fichier est identique à celui du pair."), - ("show_monitors_tip", "Afficher les moniteurs dans la barre d'outils."), + ("show_monitors_tip", "Afficher les moniteurs dans la barre d'outils"), ("View Mode", "Mode vue"), ("login_linux_tip", "Se connecter au compte Linux distant"), ("verify_rustdesk_password_tip", "Vérifier le mot de passe RustDesk"), diff --git a/src/lang/ptbr.rs b/src/lang/ptbr.rs index e3fa71ad9..152b0d1be 100644 --- a/src/lang/ptbr.rs +++ b/src/lang/ptbr.rs @@ -478,7 +478,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", "Senha Vazia"), ("Me", "Eu"), ("identical_file_tip", "Este arquivo é idêntico ao do parceiro."), - ("show_monitors_tip", "Mostrar monitores na barra de ferramentas."), + ("show_monitors_tip", "Mostrar monitores na barra de ferramentas"), ("View Mode", "Modo de Visualização"), ("login_linux_tip", "Você precisa fazer login na conta Linux remota para habilitar uma sessão de desktop X"), ("verify_rustdesk_password_tip", "Verifique a senha do RustDesk"),