summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteclient_p.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-08-20 11:42:44 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-08-26 06:50:48 +0000
commit823efa49cc61e91d7deb7b14d0bc05991c142474 (patch)
tree71a6cece978ef8a65a6d7fdce7150bd948a75ef3 /src/libs/installer/remoteclient_p.h
parent3bad334b26bd1c604a0480fc3e2f46f0f8d8d86c (diff)
Fix wording of "Could not get authorization" error message
Task-number: QTIFW-767 Change-Id: I424c0551032a3a9bc96037d5104bf295060d5e35 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com> Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/remoteclient_p.h')
-rw-r--r--src/libs/installer/remoteclient_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/installer/remoteclient_p.h b/src/libs/installer/remoteclient_p.h
index 9762de3a3..b1242a942 100644
--- a/src/libs/installer/remoteclient_p.h
+++ b/src/libs/installer/remoteclient_p.h
@@ -135,8 +135,8 @@ public:
QCoreApplication::translate("RemoteClient", "Cannot get authorization."),
QCoreApplication::translate("RemoteClient", "Cannot get authorization that "
"is needed for continuing the installation.\n Either abort the "
- "installation or use the fallback solution by running\n\n%1\n\nas root "
- "and then clicking OK.").arg(fallback),
+ "installation or use the fallback solution by running\n\n%1\n\nas a user "
+ "with the appropriate rights and then clicking OK.").arg(fallback),
QMessageBox::Abort | QMessageBox::Ok, QMessageBox::Ok);
if (res == QMessageBox::Ok)