1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Fix bad english sentence

This commit is contained in:
Paul Fariello 2018-09-05 11:40:37 +02:00
parent ec5fc3612f
commit afd4fc4ea1

View File

@ -204,7 +204,7 @@ cmd_tls_trust(ProfWin *window, const char *const command, gchar **args)
#ifdef HAVE_LIBMESODE
jabber_conn_status_t conn_status = connection_get_status();
if (conn_status != JABBER_CONNECTED) {
cons_show("You are not currently connected.");
cons_show("You are currently not connected.");
return TRUE;
}
if (!connection_is_secured()) {