diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-06-22 14:27:52 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-23 07:55:58 +0900 |
commit | eb8e3de6da88e0fe94ad1035a75c98392688b686 (patch) | |
tree | 895fad2feba39f072369ca216d95486e0f446e48 /core/checkcloudconnection.cpp | |
parent | 001ff1b904a37f1b4199cecb2ea34717a1c0cc57 (diff) | |
download | subsurface-eb8e3de6da88e0fe94ad1035a75c98392688b686.tar.gz |
Typo of translated string
Trivial typo.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'core/checkcloudconnection.cpp')
-rw-r--r-- | core/checkcloudconnection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/checkcloudconnection.cpp b/core/checkcloudconnection.cpp index cf588a88a..69f2b9a6d 100644 --- a/core/checkcloudconnection.cpp +++ b/core/checkcloudconnection.cpp @@ -55,7 +55,7 @@ bool CheckCloudConnection::checkServer() return true; } } else if (seconds < prefs.cloud_timeout) { - QString text = tr("Waiting for cloud connetion (%n second(s) passed)", "", seconds); + QString text = tr("Waiting for cloud connection (%n second(s) passed)", "", seconds); git_storage_update_progress(qPrintable(text)); } else { disconnect(reply, SIGNAL(finished()), &loop, SLOT(quit())); |