summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libs/kdtools/kdupdaterupdateoperations.cpp2
-rw-r--r--src/sdk/translations/ja_jp.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/kdtools/kdupdaterupdateoperations.cpp b/src/libs/kdtools/kdupdaterupdateoperations.cpp
index 854449bc0..be123fe61 100644
--- a/src/libs/kdtools/kdupdaterupdateoperations.cpp
+++ b/src/libs/kdtools/kdupdaterupdateoperations.cpp
@@ -165,7 +165,7 @@ bool CopyOperation::performOperation()
QFile sourceFile(source);
if (!sourceFile.exists()) {
setError(UserDefinedError);
- setErrorString(tr("Could not copy a none existing file: %1").arg(source));
+ setErrorString(tr("Could not copy a non-existent file: %1").arg(source));
return false;
}
// If destination file exists, we cannot use QFile::copy() because it does not overwrite an existing
diff --git a/src/sdk/translations/ja_jp.ts b/src/sdk/translations/ja_jp.ts
index 5e34e57e6..6af882705 100644
--- a/src/sdk/translations/ja_jp.ts
+++ b/src/sdk/translations/ja_jp.ts
@@ -99,7 +99,7 @@
<translation>無効な引数: %1個の引数が渡されましたが、必要なのは2個です。</translation>
</message>
<message>
- <source>Could not copy a none existing file: %1</source>
+ <source>Could not copy a non-existent file: %1</source>
<translation>存在しないファイルはコピーできません: %1</translation>
</message>
<message>