Change prompt text

This commit is contained in:
woorst
2016-06-28 16:46:02 -05:00
parent a72f0b937b
commit 10268f0fa0

View File

@@ -69,7 +69,7 @@ class SubredditPage(Page):
def prompt_subreddit(self):
"Open a prompt to navigate to a different subreddit"
name = self.term.prompt_input('Enter Subreddit: /r/')
name = self.term.prompt_input('Enter reddit page: ')
if name is not None:
self.refresh_content(order='ignore', name=name)
@@ -220,4 +220,4 @@ class SubredditPage(Page):
self.term.add_line(win, text, attr=Color.YELLOW)
if data['flair']:
text = ' {flair}'.format(**data)
self.term.add_line(win, text, attr=Color.RED)
self.term.add_line(win, text, attr=Color.RED)