From 6e6a20a5df5ec23b7631724fca10cb116a8a76a9 Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Thu, 13 Sep 2018 08:46:41 +0300 Subject: Fix minor translation strings Change-Id: I059903b407a44f07b16af29fb5f0973395ee1f50 Reviewed-by: Tim Jenssen --- tools/repogen/repogen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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('-'))) { -- cgit v1.2.3