Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSurda committed Jun 10, 2017
1 parent 009a215 commit ae97f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitmessagecurses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ def loadSent():
statstr = "Message sent at "+t+"."
elif status == "doingmsgpow":
statstr = "The proof of work required to send the message has been queued."
elif status == "askreceived":
elif status == "ackreceived":
t = l10n.formatTimestamp(lastactiontime, False)
statstr = "Acknowledgment of the message received at "+t+"."
elif status == "broadcastqueued":
Expand Down

0 comments on commit ae97f7a

Please sign in to comment.