From dbbd01abdc962a2878510789631dc4ee28064967 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 8 Sep 2017 21:29:33 +0300 Subject: [PATCH] Fix minor typos --- app/importer.cpp | 4 ++-- app/main.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/importer.cpp b/app/importer.cpp index e21d91e12..0ee2c9f0d 100644 --- a/app/importer.cpp +++ b/app/importer.cpp @@ -263,7 +263,7 @@ bool Importer::importOldConfiguration(QString oldConfigPath, QString newName) if (fileEntry && (fileEntry->name() == "lattedockrc" || fileEntry->name() == "lattedock-appletsrc")) { if (!fileEntry->copyTo(tempDir.absolutePath())) { - qInfo() << i18nc("import/export config", "The extracted file coulnd be copied!!!"); + qInfo() << i18nc("import/export config", "The extracted file could not be copied!!!"); archive.close(); return false; } @@ -274,7 +274,7 @@ bool Importer::importOldConfiguration(QString oldConfigPath, QString newName) } } } else { - qInfo() << i18nc("import/export config", "The temp directory couldnt be created!!!"); + qInfo() << i18nc("import/export config", "The temp directory could not be created!!!"); archive.close(); return false; } diff --git a/app/main.cpp b/app/main.cpp index 6374d4bdb..428c2694c 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -157,7 +157,7 @@ inline void configureAboutData() , QStringLiteral(VERSION) , i18n("Latte is a dock based on plasma frameworks that provides an elegant and " "intuitive experience for your tasks and plasmoids. It animates its contents " - "by using parabolic zoom effect and trys to be there only when it is needed." + "by using parabolic zoom effect and tries to be there only when it is needed." "\n\n\"Art in Coffee\"") , KAboutLicense::GPL_V2 , QStringLiteral("\251 2016-2017 Michail Vourlakos, Smith AR"));