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:
authorJoas Schilling <coding@schilljs.com>2019-11-15 01:15:49 +0300
committerRoeland Jago Douma <rullzer@users.noreply.github.com>2019-12-03 11:06:06 +0300
commitec637217f23271feb80e673b005e9fb3414754dc (patch)
tree18fef35454b4473b7a36430c4dd35d88f523ae9b /src/gui/accountsettings.cpp
parent91a5395e1af5b1b2b94687940399c5974157b992 (diff)
Fix some translations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/gui/accountsettings.cpp')
-rw-r--r--src/gui/accountsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index a7b39d606..7eb65cfba 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -746,7 +746,7 @@ void AccountSettings::slotFolderWizardAccepted()
qCInfo(lcAccountSettings) << "Creating folder" << definition.localPath;
if (!dir.mkpath(".")) {
QMessageBox::warning(this, tr("Folder creation failed"),
- tr("<p>Could not create local folder <i>%1</i>.")
+ tr("<p>Could not create local folder <i>%1</i>.</p>")
.arg(QDir::toNativeSeparators(definition.localPath)));
return;
}