Skip to content
Snippets Groups Projects
Commit 969e7af2 authored by pierre-luc's avatar pierre-luc
Browse files

[#2024] Fix the wrong summary at the end of the assistant.

parent a676b472
Branches
Tags
No related merge requests found
......@@ -84,7 +84,6 @@ void getMessageSummary( char * message , const gchar * alias, const gchar * serv
strcat( message, var);
strcat( message, _("Security: "));
strcat( message, var);
if (zrtp) {
strcat( message, _("SRTP/ZRTP draft-zimmermann"));
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment