mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Add \n in merge request message. (#1310)
This commit is contained in:
parent
0c5ccba9be
commit
8037a79673
1 changed files with 1 additions and 1 deletions
|
@ -1247,7 +1247,7 @@ void DatabaseWidget::reloadDatabaseFile()
|
|||
if (m_databaseModified) {
|
||||
// Ask if we want to merge changes into new database
|
||||
QMessageBox::StandardButton mb = MessageBox::question(this, tr("Merge Request"),
|
||||
tr("The database file has changed and you have unsaved changes."
|
||||
tr("The database file has changed and you have unsaved changes.\n"
|
||||
"Do you want to merge your changes?"),
|
||||
QMessageBox::Yes | QMessageBox::No);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue