1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-09-28 00:25:35 +02:00

make error msg more clear for normal users

This commit is contained in:
Jfreegman 2014-02-14 05:10:53 -05:00
parent 07089271cc
commit 5f1ddcf5f6

View File

@ -138,7 +138,7 @@ void cmd_add(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX
wprintw(window, "Bad checksum in address.\n");
break;
case TOX_FAERR_SETNEWNOSPAM:
wprintw(window, "Nospam was different.\n");
wprintw(window, "Nospam was different (is this contact already added?)\n");
break;
default:
wprintw(window, "Friend request sent.\n");