Skip to content

Commit

Permalink
Update message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Laurendeau committed Jan 31, 2018
1 parent 0546abd commit e5c22cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/gimx-loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ void loaderFrame::OnButtonLoadClick(wxCommandEvent& event __attribute__((unused)

{
wxWindowDisabler disableAll;
wxBusyInfo wait(_("Unplug/replug the USB cable (Pro Micro side of the adapter)."));
wxBusyInfo wait(_("Unplug/replug the USB cable from/to computer USB port."));

for (count = 0; count < 40; ++count) {
for (i = 0; i < MAX_PORT_NB; ++i) {
Expand Down

0 comments on commit e5c22cf

Please sign in to comment.