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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHefee <hefee@netzguerilla.net>2016-02-20 12:33:13 +0300
committerHefee <hefee@netzguerilla.net>2016-02-20 12:33:13 +0300
commit74f74e03632f6a30035752d7790cbfeef073449e (patch)
tree7c76029e52c60cf35718b65080c7f0d55ad2fb9a /src/gui/selectivesyncdialog.cpp
parentbd72408e7a135bd339e2e017953658d32f0a3218 (diff)
fix typo occured->occurred
Diffstat (limited to 'src/gui/selectivesyncdialog.cpp')
-rw-r--r--src/gui/selectivesyncdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/selectivesyncdialog.cpp b/src/gui/selectivesyncdialog.cpp
index 1b693ed83..0a4a1a49b 100644
--- a/src/gui/selectivesyncdialog.cpp
+++ b/src/gui/selectivesyncdialog.cpp
@@ -249,7 +249,7 @@ void SelectiveSyncTreeView::slotLscolFinishedWithError(QNetworkReply *r)
if (r->error() == QNetworkReply::ContentNotFoundError) {
_loading->setText(tr("No subfolders currently on the server."));
} else {
- _loading->setText(tr("An error occured while loading the list of sub folders."));
+ _loading->setText(tr("An error occurred while loading the list of sub folders."));
}
_loading->resize(_loading->sizeHint()); // because it's not in a layout
}