Skip to content

Commit

Permalink
Merge pull request #2 from TedsterTech/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jonaknop committed Oct 7, 2018
2 parents 05e4bff + a61a6f6 commit 6594a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6594a7d

Please sign in to comment.