Skip to content

Commit

Permalink
ui: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Date Huang <[email protected]>
  • Loading branch information
tjjh89017 committed Oct 24, 2024
1 parent 1b73fa9 commit 46f00af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ezio_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def graph_controls(self):
])
self.whole_view = urwid.Pile([
('pack', urwid.Text("EZIO " + version, align="center")),
('pack', urwid.Text("Use Arrow or PgUp/PgDown to scroll", align="right")),
('pack', urwid.Text("Use Arrow or PgUp/PgDn to scroll", align="right")),
('pack', urwid.Divider('-')),
('pack', self.progress_wrap),
('pack', c),
Expand Down

0 comments on commit 46f00af

Please sign in to comment.