Change wording from ': ' to ' - '
This commit is contained in:
parent
04347d3e39
commit
6481425366
@ -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);
|
||||||
|
Reference in New Issue
Block a user