Docker: Fix UI text

- Write Docker with an initial capital letter
- Rewrite a tooltip to add reasons for adding a flag first, and
  then the flag.

Change-Id: I8b4f3775ad618999faddec90b62ba7bb11ac23ae
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Leena Miettinen
2023-06-19 11:08:32 +02:00
parent 7da84e1734
commit 942f30d461
2 changed files with 6 additions and 6 deletions

View File

@@ -749,7 +749,7 @@ bool DockerDevicePrivate::startContainer()
DockerApi::recheckDockerDaemon();
MessageManager::writeFlashing(Tr::tr("Docker daemon appears to be not running. "
"Verify daemon is up and running and reset the "
"docker daemon on the docker device settings page "
"Docker daemon in Docker device preferences "
"or restart Qt Creator."));
});