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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-07-08 17:30:57 +0300
committerHannah von Reth <vonreth@kde.org>2020-07-08 18:27:40 +0300
commit967150b410d4fff99f57f3c3c87d8a83ad33b5b0 (patch)
treeb48bada2b4e20398fa5f059610108c289eb8ca5d /src/gui/ignorelisteditor.cpp
parent3c1b9480a1d003422f1284e795894f6da54829b7 (diff)
Fix layout after a9185fbc1d6db5742fa4d779f906c103fa0fcea3
Diffstat (limited to 'src/gui/ignorelisteditor.cpp')
-rw-r--r--src/gui/ignorelisteditor.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/ignorelisteditor.cpp b/src/gui/ignorelisteditor.cpp
index f0302d82a..6526f45e0 100644
--- a/src/gui/ignorelisteditor.cpp
+++ b/src/gui/ignorelisteditor.cpp
@@ -39,12 +39,6 @@ IgnoreListEditor::IgnoreListEditor(QWidget *parent)
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
ui->setupUi(this);
- ui->descriptionLabel->setText(tr("Files or folders matching a pattern will not be synchronized. "
- "Changes take effect the next time folders are synchronized.\n\n"
- "Items where deletion is allowed will be deleted if they prevent a "
- "directory from being removed. "
- "This is useful for meta data."));
-
ConfigFile cfgFile;
readOnlyTooltip = tr("This entry is provided by the system at '%1' "
"and cannot be modified in this view.")