summaryrefslogtreecommitdiff
path: root/examples/terminal/settingsdialog.cpp
diff options
context:
space:
mode:
authorDenis Shienkov <scapig@yandex.ru>2012-04-28 14:42:38 +0400
committerDenis Shienkov <scapig@yandex.ru>2012-04-28 13:11:45 +0200
commit0dc1d9781c6e02d5d883ab6bed15e0ebfd8522e1 (patch)
tree1c492e107e6d37db05c2f75207cb17257c2eaf02 /examples/terminal/settingsdialog.cpp
parentc6ff1193c052d0dea51b5b746ca196b2c86b9201 (diff)
downloadqtserialport-0dc1d9781c6e02d5d883ab6bed15e0ebfd8522e1.tar.gz
To Terminal example changed the Label caption Vendor/Product Identifier
Change-Id: I2f9fbf58d4b56729bc2dbe91f4b0e67ea00c374a Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Denis Shienkov <scapig@yandex.ru>
Diffstat (limited to 'examples/terminal/settingsdialog.cpp')
-rw-r--r--examples/terminal/settingsdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/terminal/settingsdialog.cpp b/examples/terminal/settingsdialog.cpp
index b803ac5..e97f2b8 100644
--- a/examples/terminal/settingsdialog.cpp
+++ b/examples/terminal/settingsdialog.cpp
@@ -45,8 +45,8 @@ void SettingsDialog::showPortInfo(int idx)
ui->descriptionLabel->setText(tr("Description: %1").arg(list.at(1)));
ui->manufacturerLabel->setText(tr("Manufacturer: %1").arg(list.at(2)));
ui->locationLabel->setText(tr("Location: %1").arg(list.at(3)));
- ui->vidLabel->setText(tr("Vendor ID: %1").arg(list.at(4)));
- ui->pidLabel->setText(tr("Product ID: %1").arg(list.at(5)));
+ ui->vidLabel->setText(tr("Vendor Identifier: %1").arg(list.at(4)));
+ ui->pidLabel->setText(tr("Product Identifier: %1").arg(list.at(5)));
}
}