summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2018-09-13 08:46:41 +0300
committerKatja Marttila <katja.marttila@qt.io>2018-09-13 07:57:27 +0000
commit6e6a20a5df5ec23b7631724fca10cb116a8a76a9 (patch)
treefbe4a60414caaa1e807091165e07f2eb7bcd7e29 /tools
parent8126ce3fe1f7658390626ca319c93ff729373250 (diff)
Fix minor translation strings
Change-Id: I059903b407a44f07b16af29fb5f0973395ee1f50 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/repogen/repogen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/repogen/repogen.cpp b/tools/repogen/repogen.cpp
index 67184c49e..f8f62bfc3 100644
--- a/tools/repogen/repogen.cpp
+++ b/tools/repogen/repogen.cpp
@@ -124,8 +124,8 @@ int main(int argc, char** argv)
args.removeFirst();
if (!filteredPackages.isEmpty()) {
return printErrorAndUsageAndExit(QCoreApplication::translate("QInstaller",
- "Error: --include and --exclude are mutual exclusive options. Use either "
- "one or the other."));
+ "Error: --include and --exclude are mutually exclusive. Use either one or "
+ "the other."));
}
if (args.isEmpty() || args.first().startsWith(QLatin1Char('-'))) {