diff options
author | Michael Vetter <jubalh@iodoru.org> | 2023-04-10 20:21:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-10 20:21:06 +0200 |
commit | e3beac414eefede6ef09069b6f0ad783505676e3 (patch) | |
tree | 792b446d55b5a2a9a306816b3a399326643132b6 /src/command | |
parent | 54cf152130fe7829740a20780533ca2c8d957135 (diff) | |
parent | 7d290b04d50c59075d7cd6efa0650f7b8b9d4c77 (diff) | |
download | profani-tty-e3beac414eefede6ef09069b6f0ad783505676e3.tar.gz |
Merge pull request #1817 from H3rnand3zzz/feature/full-jid
JID Display in Titlebar and Fix
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/cmd_defs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index b985464f..574b9656 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -1260,8 +1260,8 @@ static const struct cmd_t command_defs[] = { { "show tls", "Show or hide TLS indicator in the titlebar." }, { "show encwarn", "Enable or disable the unencrypted warning message in the titlebar." }, { "show resource", "Show or hide the current resource in the titlebar." }, - { "show name", "In case of a MUC. Show the MUC name in the titlebar." }, - { "show jid", "In case of a MUC. Show the JID in the titlebar." }) + { "show name", "Show the nickname or MUC name in the titlebar." }, + { "show jid", "Show the JID in the titlebar." }) CMD_EXAMPLES( "/titlebar up", "/titlebar show tls", |