fix ci
This commit is contained in:
parent
be09728bf5
commit
930faecb13
1 changed files with 2 additions and 2 deletions
|
|
@ -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()),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue