Restore line that was commented out in previous commit

That change was unwanted.
This commit is contained in:
mgrojo
2017-12-23 22:24:00 +01:00
parent a0e0fc98ae
commit 5a4d8fdd36

View File

@@ -661,7 +661,7 @@ void EditDialog::editTextChanged()
dataLength = sciEdit->text().length();
break;
}
// ui->labelType->setText(tr("Type of data currently in cell: Text / Numeric"));
ui->labelType->setText(tr("Type of data currently in cell: Text / Numeric"));
ui->labelSize->setText(tr("%n char(s)", "", dataLength));
}
}