[misc] update log messages to reflect the new UI

* Also fix a typo in the English translation base
This commit is contained in:
Pete Batard 2018-05-19 13:01:35 +01:00
parent 213728a922
commit c7cd7e4a71
3 changed files with 7 additions and 7 deletions

View file

@ -766,7 +766,7 @@ BOOL GetDevices(DWORD devnum)
uprintf("Device eliminated because it was detected as a Hard Drive (score %d > 0)", score);
if (!list_non_usb_removable_drives)
uprintf("If this device is not a Hard Drive, please e-mail the author of this application");
uprintf("NOTE: You can enable the listing of Hard Drives in 'Advanced Options' (after clicking the white triangle)");
uprintf("NOTE: You can enable the listing of Hard Drives under 'advanced drive properties'");
safe_closehandle(hDrive);
safe_free(devint_detail_data);
break;