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:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-07-28 22:35:13 +0300
committerallexzander (Rebase PR Action) <allexzander@users.noreply.github.com>2021-07-30 09:21:05 +0300
commit7ebbb499e0123516e67e9979080f6b175e568b94 (patch)
treedb4ccc74ade3c50c1bd8ad46b5c14fc5bba805bb /src/gui/ignorelisteditor.cpp
parent10b7907fa24a022db4ea8990dd017038a828107d (diff)
l10n: Replace apostrophe with double quotation
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'src/gui/ignorelisteditor.cpp')
-rw-r--r--src/gui/ignorelisteditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ignorelisteditor.cpp b/src/gui/ignorelisteditor.cpp
index 6e5a3d784..aba85c5cb 100644
--- a/src/gui/ignorelisteditor.cpp
+++ b/src/gui/ignorelisteditor.cpp
@@ -37,7 +37,7 @@ IgnoreListEditor::IgnoreListEditor(QWidget *parent)
ConfigFile cfgFile;
//FIXME This is not true. The entries are hardcoded below in setupTableReadOnlyItems
- readOnlyTooltip = tr("This entry is provided by the system at '%1' "
+ readOnlyTooltip = tr("This entry is provided by the system at \"%1\" "
"and cannot be modified in this view.")
.arg(QDir::toNativeSeparators(cfgFile.excludeFile(ConfigFile::SystemScope)));