diff --git a/src/main_window.cpp b/src/main_window.cpp index 04c03845..b834dd6b 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -171,7 +171,7 @@ MainWindow::MainWindow() } if (rclone.isEmpty()) { - QMessageBox::information(this, "Error", "Cannot check rclone verison!\nPlease verify rclone location."); + QMessageBox::information(this, "Error", "Cannot check rclone version!\nPlease verify rclone location."); emit ui.preferences->trigger(); } else