Skip to content

Commit

Permalink
Fix typo in first-run welcome text
Browse files Browse the repository at this point in the history
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
  • Loading branch information
szszszsz committed Apr 3, 2017
1 parent dfc7da1 commit 6022c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ void MainWindow::first_run(){
settings.setValue(first_run_key, false);

auto msg = tr("Welcome to Nitrokey App!\n"
"Application starts minimized to system tray dock. In case you could not found it there please search Nitrokey Support forum for help."
"https://support.nitrokey.com/");
"Application starts minimized to system tray dock. In case you could not found it there please search Nitrokey Support forum for help: "
"https://support.nitrokey.com/ .");
csApplet()->messageBox(msg);

//TODO insert call to First run configuration wizard here
Expand Down

0 comments on commit 6022c28

Please sign in to comment.