Skip to content

Commit

Permalink
Fix one more typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
wanthalf committed Sep 1, 2016
1 parent 4c59904 commit fcb54b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ItWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3588,7 +3588,7 @@ void ItWindow::newServerConnection()
{
if (QMessageBox::question(this, tr("Set-up server connection"),
tr("In order to connect to a remote InterText server, you have to set the connection in the settings. "
"You create several connections to different servers. Do you want to continue?"),
"You may create several connections to different servers. Do you want to continue?"),
QMessageBox::Ok|QMessageBox::Cancel) == QMessageBox::Ok)
{
SettingsDialog * d = new SettingsDialog(this);
Expand Down

0 comments on commit fcb54b1

Please sign in to comment.