Fix: Grammar, it's -> its
parent
8ad19cf048
commit
648242b99f
|
@ -1056,7 +1056,7 @@ class ConversationWidget(urwid.WidgetWrap):
|
||||||
else:
|
else:
|
||||||
warning = urwid.AttrMap(
|
warning = urwid.AttrMap(
|
||||||
urwid.Padding(urwid.Text(
|
urwid.Padding(urwid.Text(
|
||||||
"\n"+g["info"]+"\n\nYou cannot currently message this peer, since it's identity keys are not known. "
|
"\n"+g["info"]+"\n\nYou cannot currently message this peer, since its identity keys are not known. "
|
||||||
"The keys have been requested from the network and should arrive shortly, if available. "
|
"The keys have been requested from the network and should arrive shortly, if available. "
|
||||||
"Close this conversation and reopen it to try again.\n\n"
|
"Close this conversation and reopen it to try again.\n\n"
|
||||||
"To query the network manually, select this conversation in the conversation list, "
|
"To query the network manually, select this conversation in the conversation list, "
|
||||||
|
|
Loading…
Reference in New Issue