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

« back to all changes in this revision

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

"automatic merge of lp:~jocave/checkbox/dont-apply-capitalize/ by tarmac [r=sylvain-pineau][bug=][author=jocave]"

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