Skip to content

Commit

Permalink
Last minor tweak to error message
Browse files Browse the repository at this point in the history
  • Loading branch information
petabyt committed Apr 17, 2023
1 parent 4931ae9 commit 11a4154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ char *driveNotSupported = "Only ExFAT, FAT32, and FAT16\ncards are supported.";
#ifdef WIN32
char *driveError = "Error opening drive.";
#else
char *driveError = "Error opening drive. Make sure to\nrun as sudo.";
char *driveError = "Error opening drive. Make sure to\nrun as sudo. Make sure drive is mounted.";
#endif

// Quick, messy, logging mechanism:
Expand Down

0 comments on commit 11a4154

Please sign in to comment.