mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
parent
63120f8a79
commit
2beb92305c
@ -1548,7 +1548,7 @@ u32 FileHandlerMenu(char* current_path, u32* cursor, u32* scroll, PaneData** pan
|
|||||||
}
|
}
|
||||||
ShowPrompt(false, "%lu/%lu renamed ok", n_success, n_marked);
|
ShowPrompt(false, "%lu/%lu renamed ok", n_success, n_marked);
|
||||||
} else if (!GoodRenamer(&(current_dir->entry[*cursor]), true)) {
|
} else if (!GoodRenamer(&(current_dir->entry[*cursor]), true)) {
|
||||||
ShowPrompt(false, "%s\nCould not rename\n(Maybe try decrypt?)", pathstr);
|
ShowPrompt(false, "%s\nCould not rename to good name", pathstr);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user