Skip to content

Commit

Permalink
fixed label
Browse files Browse the repository at this point in the history
  • Loading branch information
cflavio committed Feb 15, 2017
1 parent dcfb955 commit b035499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/inputpage.py
Expand Up @@ -62,7 +62,7 @@ def build_page(self):
self._forward_btn['extraArgs'] = [self._forward_btn]

rear_lab = DirectLabel(
text=_('Brake'), pos=(-.1, 1, .3), text_align=TextNode.ARight,
text=_('Brake/Reverse'), pos=(-.1, 1, .3), text_align=TextNode.ARight,
**menu_gui.label_args)
self._rear_btn = DirectButton(
pos=(.46, 1, .3), text=conf['settings']['keys']['rear'],
Expand Down

0 comments on commit b035499

Please sign in to comment.