mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Fix weird base strings and reduce concatenation
This commit is contained in:
parent
e718e9f5e5
commit
3def6a3bc4
13 changed files with 26 additions and 25 deletions
|
@ -162,7 +162,7 @@ void EntryAttachmentsWidget::removeSelectedAttachments()
|
|||
}
|
||||
|
||||
const QString question = tr("Are you sure you want to remove %n attachment(s)?", "", indexes.count());
|
||||
QMessageBox::StandardButton answer = MessageBox::question(this, tr("Confirm Remove"),
|
||||
QMessageBox::StandardButton answer = MessageBox::question(this, tr("Confirm remove"),
|
||||
question, QMessageBox::Yes | QMessageBox::No);
|
||||
if (answer == QMessageBox::Yes) {
|
||||
QStringList keys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue