Skip to content
This repository has been archived by the owner on Sep 1, 2019. It is now read-only.

fix typo #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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