mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 21:26:21 +00:00
Fix bad english sentence
This commit is contained in:
@@ -204,7 +204,7 @@ cmd_tls_trust(ProfWin *window, const char *const command, gchar **args)
|
|||||||
#ifdef HAVE_LIBMESODE
|
#ifdef HAVE_LIBMESODE
|
||||||
jabber_conn_status_t conn_status = connection_get_status();
|
jabber_conn_status_t conn_status = connection_get_status();
|
||||||
if (conn_status != JABBER_CONNECTED) {
|
if (conn_status != JABBER_CONNECTED) {
|
||||||
cons_show("You are not currently connected.");
|
cons_show("You are currently not connected.");
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
if (!connection_is_secured()) {
|
if (!connection_is_secured()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user