From 5994edc97c0a29fc5ac67ecf4ee71c9919fb9942 Mon Sep 17 00:00:00 2001 From: Ivan Gorinov Date: Tue, 1 Nov 2011 23:15:37 -0700 Subject: [PATCH] Changed label --- asettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asettings.cpp b/asettings.cpp index eb43884..08e8165 100644 --- a/asettings.cpp +++ b/asettings.cpp @@ -42,7 +42,7 @@ SettingsDialog::SettingsDialog(QWidget *parent): QDialog(parent) vbox->addLayout(hbox); hbox = new QHBoxLayout(); - label = new QLabel(QString::fromUtf8("&Angle scale, °"), this); + label = new QLabel(QString::fromUtf8("&Inclinometer scale division, °"), this); hbox->addWidget(label); editAngle = new QLineEdit(this); hbox->addWidget(editAngle); -- 1.7.9.5