mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-28 14:44:47 -05:00
Address translation feedback from Transifex
This commit is contained in:
parent
4f7460afbd
commit
f3d88fbd36
53 changed files with 152 additions and 156 deletions
|
|
@ -109,7 +109,7 @@ void KeyFileEditWidget::createKeyFile()
|
|||
return;
|
||||
}
|
||||
QString filters = QString("%1 (*.keyx; *.key);;%2 (*)").arg(tr("Key files"), tr("All files"));
|
||||
QString fileName = fileDialog()->getSaveFileName(this, tr("Create Key File..."), QString(), filters);
|
||||
QString fileName = fileDialog()->getSaveFileName(this, tr("Create Key File…"), QString(), filters);
|
||||
|
||||
if (!fileName.isEmpty()) {
|
||||
QString errorMsg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue