mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-16 23:41:03 -04:00
Make 'Welcome to KeePassXC $VERSION' string properly translatable, resolves #1236
This commit is contained in:
parent
2849e19d49
commit
07a2077c1e
2 changed files with 1 additions and 4 deletions
|
@ -29,7 +29,7 @@ WelcomeWidget::WelcomeWidget(QWidget* parent)
|
|||
{
|
||||
m_ui->setupUi(this);
|
||||
|
||||
m_ui->welcomeLabel->setText(m_ui->welcomeLabel->text() + " " + KEEPASSX_VERSION);
|
||||
m_ui->welcomeLabel->setText(tr("Welcome to KeePassXC %1").arg(KEEPASSX_VERSION));
|
||||
QFont welcomeLabelFont = m_ui->welcomeLabel->font();
|
||||
welcomeLabelFont.setBold(true);
|
||||
welcomeLabelFont.setPointSize(welcomeLabelFont.pointSize() + 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue