Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2020-02-24 13:14:34 +0300
committerGitHub <noreply@github.com>2020-02-24 13:14:34 +0300
commitb936cc1f6eb0d24db8b19c8837c00b741f6f5e66 (patch)
tree6c1aaf6009f0fe1458acac0e7f3306880394d242 /src/gui/owncloudsetupwizard.cpp
parent62bc9d025e40411d41fdb8c02d0c866816cd495b (diff)
l10n: Change spelling of "webdav"
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Diffstat (limited to 'src/gui/owncloudsetupwizard.cpp')
-rw-r--r--src/gui/owncloudsetupwizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/owncloudsetupwizard.cpp b/src/gui/owncloudsetupwizard.cpp
index 875dacf55..000373781 100644
--- a/src/gui/owncloudsetupwizard.cpp
+++ b/src/gui/owncloudsetupwizard.cpp
@@ -404,7 +404,7 @@ void OwncloudSetupWizard::slotAuthError()
// Something else went wrong, maybe the response was 200 but with invalid data.
} else {
- errorMsg = tr("There was an invalid response to an authenticated webdav request");
+ errorMsg = tr("There was an invalid response to an authenticated WebDAV request");
}
// bring wizard to top