mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Using format strings.
This commit is contained in:
parent
a3840963e1
commit
d8ad360b38
2 changed files with 3 additions and 3 deletions
|
@ -317,7 +317,7 @@ MainWindow::MainWindow()
|
|||
|
||||
if (config()->hasAccessError()) {
|
||||
m_ui->globalMessageWidget->showMessage(
|
||||
tr("Access error for config file ") + config()->getFileName(), MessageWidget::Error);
|
||||
tr("Access error for config file %1").arg(config()->getFileName()), MessageWidget::Error);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue