1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Fix missed text in #1224

This commit is contained in:
Licaon_Kter 2020-07-22 09:26:36 +00:00 committed by GitHub
parent 5a9f76c16a
commit ed4253d413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1836,7 +1836,7 @@ static struct cmd_t command_defs[] = {
CMD_SYN( CMD_SYN(
"/history on|off") "/history on|off")
CMD_DESC( CMD_DESC(
"Switch chat history on or off, /chlog will automatically be enabled when this setting is on. " "Switch chat history on or off, /logging chat will automatically be enabled when this setting is on. "
"When history is enabled, previous messages are shown in chat windows.") "When history is enabled, previous messages are shown in chat windows.")
CMD_ARGS( CMD_ARGS(
{ "on|off", "Enable or disable showing chat history." }) { "on|off", "Enable or disable showing chat history." })