summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteclient_p.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-07-09 13:23:33 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-07-10 13:02:52 +0200
commitb1d6b3ba7b1cdebfe188d04f511a80b4a1e5be27 (patch)
tree9a3bf6d5bdaaed02ade1c9fb1a4a86fbe4988819 /src/libs/installer/remoteclient_p.h
parent8a453fdab2fd4ab592c565072f538931d1ea131b (diff)
Use QCommandlineParser, remove some developer related options.
Remove: --runoperation, --undooperation, --update-installerbase --dump-binary-data, Script, Updater, ManagePackages Some of these options will go into a separate dev related tool. Change-Id: I31084f60d3ed9a33abeb3df90fadf939d3b4c0a7 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/libs/installer/remoteclient_p.h')
-rw-r--r--src/libs/installer/remoteclient_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/remoteclient_p.h b/src/libs/installer/remoteclient_p.h
index 615694890..3768089c7 100644
--- a/src/libs/installer/remoteclient_p.h
+++ b/src/libs/installer/remoteclient_p.h
@@ -175,7 +175,7 @@ public:
RemoteClient::tr("Could not get authorization."),
RemoteClient::tr("Could not get authorization that is needed for continuing "
"the installation.\n Either abort the installation or use the fallback "
- "solution by running\n%1\nas root and then clicking OK.").arg(fallback),
+ "solution by running\n\n%1\n\nas root and then clicking OK.").arg(fallback),
QMessageBox::Abort | QMessageBox::Ok, QMessageBox::Ok);
if (res == QMessageBox::Ok)