diff --git a/arm9/source/file_browse.cpp b/arm9/source/file_browse.cpp index bc073d2..06defa7 100644 --- a/arm9/source/file_browse.cpp +++ b/arm9/source/file_browse.cpp @@ -185,12 +185,12 @@ int fileBrowse_A(DirEntry* entry) { if (sdMounted && (strcmp (path, "sd:/gm9i/out/") != 0)) { maxCursors++; assignedOp[maxCursors] = 1; - printf(" Copy to sd:/gmi9/out\n"); + printf(" Copy to sd:/gm9i/out\n"); } if (flashcardMounted && (strcmp (path, "fat:/gm9i/out/") != 0)) { maxCursors++; assignedOp[maxCursors] = 2; - printf(" Copy to fat:/gmi9/out\n"); + printf(" Copy to fat:/gm9i/out\n"); } printf("\n"); printf("( select, cancel)");