Too-Small-Digital-Signature dialog buttons: title capitalization, ui marker

This commit is contained in:
Friedrich W. H. Kossebau 2022-07-11 15:10:26 +02:00
parent dd8682ae8e
commit dd44014b7a

View file

@ -361,8 +361,8 @@ public:
m_pageView, m_pageView,
xi18nc("@info", "A signature of this size may be too small to read. If you would like to create a potentially more readable signature, press <interface>Start over</interface> and draw a bigger rectangle."), xi18nc("@info", "A signature of this size may be too small to read. If you would like to create a potentially more readable signature, press <interface>Start over</interface> and draw a bigger rectangle."),
QString(), QString(),
KGuiItem(i18n("Start over")), KGuiItem(i18nc("@action:button", "Start Over")),
KGuiItem(i18n("Sign")), KGuiItem(i18nc("@action:button", "Sign")),
QStringLiteral("TooSmallDigitalSignatureQuestion")); QStringLiteral("TooSmallDigitalSignatureQuestion"));
if (answer == KMessageBox::Yes) { if (answer == KMessageBox::Yes) {
m_startOver = true; m_startOver = true;