mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
show correct text when deleting files
This commit is contained in:
parent
9f5c1ac2d7
commit
6f163060b0
@ -866,7 +866,7 @@ std::string browseForFile (void) {
|
||||
recRemove(entry->name.c_str(), dirContents);
|
||||
} else {
|
||||
font->clear(false);
|
||||
font->print(0, 0, false, STR_DELETING_FOLDER);
|
||||
font->print(0, 0, false, STR_DELETING_FILES);
|
||||
font->update(false);
|
||||
remove(entry->name.c_str());
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user