translate strings

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2023-07-17 17:22:35 +03:00
parent 7441974d9d
commit f5891940e0
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -538,8 +538,8 @@ void InstanceView::paintEvent(QPaintEvent* event)
if (model()->rowCount() == 0) {
painter.save();
const QString line1 = "Welcome!";
const QString line2 = "Add an instance to get started.";
const QString line1 = tr("Welcome!");
const QString line2 = tr("Add an instance to get started.");
auto rect = this->viewport()->rect();
auto font = option.font;
font.setPointSize(53);