aboutsummaryrefslogtreecommitdiffstats
path: root/clients/urwid/main.py
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-15 21:01:47 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-15 21:01:47 -0500
commit7f83c427fec56d5ad111a84216a5cd321f3d92c8 (patch)
tree2e27c02166b04de16aaf86311dd983ece80212ac /clients/urwid/main.py
parent3d85cee502427eea9bca431591c1bc55c00da771 (diff)
downloadbbj-7f83c427fec56d5ad111a84216a5cd321f3d92c8.tar.gz
thred >> thread
Diffstat (limited to 'clients/urwid/main.py')
-rw-r--r--clients/urwid/main.py2
1 files changed, 1 insertions, 1 deletions
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"]),
Un proyecto texto-plano.xyz