Skip to content

Commit

Permalink
Change text on Erase STM Flash option
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeighley committed Jun 26, 2015
1 parent 90700cb commit 5b173ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piksi_tools/console/update_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class UpdateView(HasTraits):
enabled_when='download_fw_en'),
Item('nap_fw', style='custom', label='NAP Firmware File', \
enabled_when='download_fw_en'),
Item('erase_stm', label='Erase Entire STM flash', \
Item('erase_stm', label='Erase STM flash (recommended)', \
enabled_when='erase_en'),
),
),
Expand Down

0 comments on commit 5b173ee

Please sign in to comment.