[kmail2] [Bug 363286] "Could not start certificate manager. Please check your installation." on clicking an unknown key.

Allen Winter via KDE Bugzilla bugzilla_noreply at kde.org
Thu May 19 22:42:15 BST 2016


https://bugs.kde.org/show_bug.cgi?id=363286

--- Comment #4 from Allen Winter <winter at kde.org> ---
Laurent,
        KMessageBox::error( mParentWidget, i18n( "Could not start certificate
manager; "
                                        "please check your installation." ),
                            i18n( "KMail Error" ) );

How about changing that to
        KMessageBox::error( mParentWidget, i18n( "Could not start certificate
manager; "
                                        "please make sure you have Kleopatra
properly installed." ),
                            i18n( "KMail Error" ) );

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list