mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Fix typo in label name
This commit is contained in:
@@ -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"));
|
||||
|
||||
@@ -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><html><head/><body><p><span style=" font-weight:600; color:#c00000;">Warning: Editing binary content in text mode may result in corrupted data!</span></p></body></html></string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user