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:
authorDaniel Molkentin <danimo@owncloud.com>2015-09-07 09:51:22 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-09-07 09:51:40 +0300
commit66f340734cff57bd13c993f33e8e75fee73b00b1 (patch)
tree08c4b1ba5ef8b957c4a963c7642f7995bd3a490a /src/gui/folderwizard.cpp
parent794f07156187b1b0b13279004ef554fe45f4ef49 (diff)
Consistency: Use folder instead of directory in user visible strings
Diffstat (limited to 'src/gui/folderwizard.cpp')
-rw-r--r--src/gui/folderwizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderwizard.cpp b/src/gui/folderwizard.cpp
index 998632acb..68b6b70ab 100644
--- a/src/gui/folderwizard.cpp
+++ b/src/gui/folderwizard.cpp
@@ -78,7 +78,7 @@ FolderWizardLocalPath::FolderWizardLocalPath()
}
_ui.aliasLineEdit->setText( newAlias );
- _ui.aliasLineEdit->setToolTip(tr("The directory alias is a descriptive name for this sync connection."));
+ _ui.aliasLineEdit->setToolTip(tr("The folder alias is a descriptive name for this sync connection."));
_ui.warnLabel->setTextFormat(Qt::RichText);
_ui.warnLabel->hide();
}