fix: typo

This commit is contained in:
Jack Wills
2023-11-20 15:24:35 +00:00
parent 66dabb84a5
commit 9e83d48641
+1 -1
View File
@@ -234,7 +234,7 @@ impl InputHandler {
gui_state
.lock()
.set_info_box(&format!("logs saved to {}", path.display()));
.set_info_box(&format!("saved to {}", path.display()));
}
}
}