Boot2Qt: Edit UI text

- Replace "Boot2Qt" with "Boot to Qt"
- Add dots to ends of messages

Change-Id: I0c4a795199bf6dee41cc69c5eea34bf28246f0b6
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
Leena Miettinen
2024-06-25 10:39:56 +02:00
parent a9a611e21e
commit 9cc4c6a93e
5 changed files with 10 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ void DeviceDetector::handleDeviceEvent(QdbDeviceTracker::DeviceEventType eventTy
DeviceManager * const dm = DeviceManager::instance();
if (eventType == QdbDeviceTracker::NewDevice) {
const QString name = Tr::tr("Qt Debug Bridge device %1").arg(serial);
const QString name = Tr::tr("Boot to Qt device %1").arg(serial);
QdbDevice::Ptr device = QdbDevice::create();
device->setupId(IDevice::AutoDetected, deviceId);
device->settings()->displayName.setValue(name);