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:
parent
ec5fc3612f
commit
afd4fc4ea1
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user