Fix typo in label name

This commit is contained in:
Justin Clift
2016-07-20 19:25:51 +01:00
parent 4d64951d37
commit 94fcfc1a66
2 changed files with 3 additions and 3 deletions

View File

@@ -202,7 +202,7 @@ void EditDialog::checkDataType()
{
ui->editorStack->setCurrentIndex(0);
ui->labelBinayWarning->setVisible(false);
ui->labelBinaryWarning->setVisible(false);
if (!hexEdit->data().isNull())
ui->labelType->setText(tr("Type of data currently in cell: Text / Numeric"));
@@ -224,7 +224,7 @@ void EditDialog::checkDataType()
} else {
// It's not. So it's probably some random binary data.
ui->labelBinayWarning->setVisible(true);
ui->labelBinaryWarning->setVisible(true);
if (!hexEdit->data().isNull())
ui->labelType->setText(tr("Type of data currently in cell: Binary"));

View File

@@ -92,7 +92,7 @@
<widget class="QWidget" name="verticalLayout_4">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="labelBinayWarning">
<widget class="QLabel" name="labelBinaryWarning">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; color:#c00000;&quot;&gt;Warning: Editing binary content in text mode may result in corrupted data!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>