aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2024-02-26 08:52:10 +0100
committerEike Ziller <eike.ziller@qt.io>2024-02-26 09:05:47 +0000
commit902a42a0f2d7f6e1e627fb72aae0286320995fdb (patch)
tree957afb97a1321783c22e7343ab36b5831aa82bea
parent44f6bbf2607cdc8bdac204e3ee9d987fb75d9243 (diff)
Perforce: Add missing full stop
Change-Id: Ic8e78fd3465ad3a0301f4bce65ced5f9948753f3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
-rw-r--r--src/plugins/perforce/perforceplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/perforce/perforceplugin.cpp b/src/plugins/perforce/perforceplugin.cpp
index 42e2bbfcb1..7e8dca8265 100644
--- a/src/plugins/perforce/perforceplugin.cpp
+++ b/src/plugins/perforce/perforceplugin.cpp
@@ -1499,7 +1499,7 @@ QString fileNameFromPerforceName(const QString &perforceName, bool quiet)
//: Failed to run p4 "where" to resolve a Perforce file name to a local
//: file system name.
VcsOutputWindow::appendError(
- Tr::tr("Error running \"where\" on %1: The file is not mapped")
+ Tr::tr("Error running \"where\" on %1: The file is not mapped.")
.arg(QDir::toNativeSeparators(perforceName)));
}
return {};