aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-16 10:51:33 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-16 10:51:33 +0000
commitb17c424ab9cee54f670e5381ec630a0e72d951c2 (patch)
tree60ac8bebe90529d972ce553affc41581b686b975 /src/conversation
parent8853758374174d0d2d3bbf0754c64b58858438b8 (diff)
downloadgnunet-b17c424ab9cee54f670e5381ec630a0e72d951c2.tar.gz
gnunet-b17c424ab9cee54f670e5381ec630a0e72d951c2.zip
-no hash
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 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);