mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Update base translations and improve consistency (#12432)
* Improve confirmation prompts and tooltips for delete actions in the GUI * Fixes #10543
This commit is contained in:
@@ -1026,7 +1026,7 @@ void TestCli::testInfo()
|
||||
QCOMPARE(m_stdout->readLine(), QByteArray("Number of short passwords: 0\n"));
|
||||
QCOMPARE(m_stdout->readLine(), QByteArray("Number of weak passwords: 2\n"));
|
||||
QCOMPARE(m_stdout->readLine(), QByteArray("Entries excluded from reports: 0\n"));
|
||||
QCOMPARE(m_stdout->readLine(), QByteArray("Average password length: 11 characters\n"));
|
||||
QCOMPARE(m_stdout->readLine(), QByteArray("Average password length: 11 character(s)\n"));
|
||||
|
||||
// Test with quiet option.
|
||||
setInput("a");
|
||||
|
||||
Reference in New Issue
Block a user