show correct text when deleting files

This commit is contained in:
redstonekasi 2021-12-10 12:58:10 +01:00 committed by lifehackerhansol
parent 9f5c1ac2d7
commit 6f163060b0

View File

@ -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());
}