~pieq/checkbox/fix-1576570-stress-test-progress-log

« back to all changes in this revision

Viewing changes to checkbox-ng/checkbox_ng/ui.py

  • Committer: Jonathan Cave
  • Date: 2016-07-07 13:34:36 UTC
  • mto: This revision was merged to the branch mainline in revision 4422.
  • Revision ID: jonathan.cave@canonical.com-20160707133436-mys5k0v9so3d83hw
checkbox-ng: dont run capitalize on strings

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
            ctx.move_to(4, 3 + i)
134
134
            ctx.print("[{}] - {}".format(
135
135
                'X' if i in self.selection else ' ',
136
 
                self.menu[i].replace('ihv-', '').capitalize()))
 
136
                self.menu[i].replace('ihv-', '')))
137
137
 
138
138
        # Display "OK" at bottom of menu
139
139
        ctx.attributes.style = NORMAL