diff options
Diffstat (limited to 'src/windows.c')
-rw-r--r-- | src/windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows.c b/src/windows.c index 28b63c74..a4b12917 100644 --- a/src/windows.c +++ b/src/windows.c @@ -1168,7 +1168,7 @@ cons_show_status(const char * const contact) if (pcontact != NULL) { _cons_show_contact(pcontact); } else { - cons_show("No such contact %s in roster.", contact); + cons_show("No such contact \"%s\" in roster.", contact); } } |