Change wording from ': ' to ' - '

This commit is contained in:
Emil 2023-08-07 08:44:28 -06:00
parent 04347d3e39
commit 6481425366
No known key found for this signature in database
GPG Key ID: 5432DB986FDBCF8A

View File

@ -68,7 +68,7 @@ remind(char * who)
/* " (@" IRC_BLUE "%s" IRC_GREEN ")" IRC_STOP, */ /* " (@" IRC_BLUE "%s" IRC_GREEN ")" IRC_STOP, */
/* title, desc, repo)) */ /* title, desc, repo)) */
if (-1 == asprintf(&r, if (-1 == asprintf(&r,
IRC_RED "%s: " IRC_YELLOW "%s" IRC_STOP, IRC_RED "%s - " IRC_YELLOW "%s" IRC_STOP,
title, desc)) title, desc))
{ /* this will probably never happen. But it implies a memory failure */ { /* this will probably never happen. But it implies a memory failure */
r = strdup(IRC_RED "No memory!" IRC_STOP); r = strdup(IRC_RED "No memory!" IRC_STOP);