fix English typo
This commit is contained in:
parent
c465c16f77
commit
516a009caf
@ -64,7 +64,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("another_user_login_text_tip", "Disconnect"),
|
("another_user_login_text_tip", "Disconnect"),
|
||||||
("xorg_not_found_title_tip", "Xorg not found"),
|
("xorg_not_found_title_tip", "Xorg not found"),
|
||||||
("xorg_not_found_text_tip", "Please install Xorg"),
|
("xorg_not_found_text_tip", "Please install Xorg"),
|
||||||
("no_desktop_title_tip", "No desktop is avaliable"),
|
("no_desktop_title_tip", "No desktop is available"),
|
||||||
("no_desktop_text_tip", "Please install GNOME desktop"),
|
("no_desktop_text_tip", "Please install GNOME desktop"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user