This commit is contained in:
rustdesk 2023-02-10 17:38:08 +08:00
parent be09728bf5
commit 930faecb13

View File

@ -511,9 +511,9 @@ pub fn get_error() -> String {
if dtype != "x11" {
return format!(
"{} {}, {}",
t("Unsupported display server ".to_owned()),
crate::client::translate("Unsupported display server ".to_owned()),
dtype,
t("x11 expected".to_owned()),
crate::client::translate("x11 expected".to_owned()),
);
}
}