From 7f83c427fec56d5ad111a84216a5cd321f3d92c8 Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Sat, 15 Apr 2017 21:01:47 -0500 Subject: [PATCH] thred >> thread --- clients/urwid/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/urwid/main.py b/clients/urwid/main.py index 6db775f..447acc3 100644 --- a/clients/urwid/main.py +++ b/clients/urwid/main.py @@ -447,7 +447,7 @@ class App(object): """ op = message["post_id"] == 0 buttons = [ - urwid.Text(("bold", "Delete this %s?" % ("whole thred" if op else "post"))), + urwid.Text(("bold", "Delete this %s?" % ("whole thread" if op else "post"))), urwid.Divider(), cute_button(("10" , ">> Yes"), lambda _: [ network.message_delete(message["thread_id"], message["post_id"]),