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:
authorOlivier Goffart <ogoffart@woboq.com>2015-10-27 14:12:21 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-10-27 14:12:21 +0300
commitfac00348d9a6be968f80bc385078ef807b639248 (patch)
tree98b4f6df9dfa64f77fcd464c25e310a5105e346e /src/gui/folderwizard.cpp
parent3c93fd4fb728f27fc90a9245f7db539ed5816fb3 (diff)
Use the term folder sync connection in more places #3757
Diffstat (limited to 'src/gui/folderwizard.cpp')
-rw-r--r--src/gui/folderwizard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/folderwizard.cpp b/src/gui/folderwizard.cpp
index 68b6b70ab..54534278e 100644
--- a/src/gui/folderwizard.cpp
+++ b/src/gui/folderwizard.cpp
@@ -559,9 +559,9 @@ FolderWizard::FolderWizard(AccountPtr account, QWidget *parent)
}
setPage(Page_SelectiveSync, _folderWizardSelectiveSyncPage);
- setWindowTitle( tr("Add Folder") );
+ setWindowTitle( tr("Add Folder Sync Connection") );
setOptions(QWizard::CancelButtonOnLeft);
- setButtonText(QWizard::FinishButton, tr("Add Folder"));
+ setButtonText(QWizard::FinishButton, tr("Add Sync Connection"));
}
FolderWizard::~FolderWizard()