fix ci
This commit is contained in:
parent
be09728bf5
commit
930faecb13
@ -511,9 +511,9 @@ pub fn get_error() -> String {
|
|||||||
if dtype != "x11" {
|
if dtype != "x11" {
|
||||||
return format!(
|
return format!(
|
||||||
"{} {}, {}",
|
"{} {}, {}",
|
||||||
t("Unsupported display server ".to_owned()),
|
crate::client::translate("Unsupported display server ".to_owned()),
|
||||||
dtype,
|
dtype,
|
||||||
t("x11 expected".to_owned()),
|
crate::client::translate("x11 expected".to_owned()),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user