aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation.c')
-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 7d5cb990a..920ff33d2 100644
--- a/src/conversation/gnunet-conversation.c
+++ b/src/conversation/gnunet-conversation.c
@@ -266,7 +266,7 @@ phone_event_handler (void *cls,
266 { 266 {
267 case GNUNET_CONVERSATION_EC_PHONE_RING: 267 case GNUNET_CONVERSATION_EC_PHONE_RING:
268 FPRINTF (stdout, 268 FPRINTF (stdout,
269 _("Incoming call from `%s'. Please /accept #%u or /cancel %u the call.\n"), 269 _("Incoming call from `%s'. Please /accept %u or /cancel %u the call.\n"),
270 GNUNET_GNSRECORD_pkey_to_zkey (caller_id), 270 GNUNET_GNSRECORD_pkey_to_zkey (caller_id),
271 caller_num_gen, 271 caller_num_gen,
272 caller_num_gen); 272 caller_num_gen);