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,
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(),
KGuiItem(i18n("Start over")),
KGuiItem(i18n("Sign")),
KGuiItem(i18nc("@action:button", "Start Over")),
KGuiItem(i18nc("@action:button", "Sign")),
QStringLiteral("TooSmallDigitalSignatureQuestion"));
if (answer == KMessageBox::Yes) {
m_startOver = true;