aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/gnunet-conversation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c
index 92a435d55..fad9d568e 100644
--- a/src/conversation/gnunet-conversation.c
+++ b/src/conversation/gnunet-conversation.c
@@ -717,7 +717,7 @@ do_status (const char *args)
717 break; 717 break;
718 case CS_RINGING: 718 case CS_RINGING:
719 FPRINTF (stdout, 719 FPRINTF (stdout,
720 _("We are calling `%s', his phone should be ringing.\n"), 720 _("We are calling `%s', their phone should be ringing.\n"),
721 peer_name); 721 peer_name);
722 break; 722 break;
723 case CS_CONNECTED: 723 case CS_CONNECTED: