typo
This commit is contained in:
parent
5888b051d9
commit
72e8476ded
@ -190,7 +190,7 @@ pub fn core_main() -> Option<Vec<String>> {
|
|||||||
);
|
);
|
||||||
let text = match res {
|
let text = match res {
|
||||||
Ok(_) => translate("Installation Successful!".to_string()),
|
Ok(_) => translate("Installation Successful!".to_string()),
|
||||||
Err(_) => {
|
Err(err) => {
|
||||||
println!("Failed with error: {err}");
|
println!("Failed with error: {err}");
|
||||||
translate("Installation failed!".to_string())
|
translate("Installation failed!".to_string())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user