mirror of
https://github.com/markqvist/NomadNet.git
synced 2024-10-01 01:26:07 -04:00
Fix: Grammar, it's -> its
This commit is contained in:
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
Block a user