translate strings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
7441974d9d
commit
f5891940e0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user