mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Report proper action when bulk action succeeds.
This commit is contained in:
parent
beac56ae30
commit
fb134d7868
@ -333,7 +333,15 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
if(!failed) {
|
||||
uiPrompt(TOP_SCREEN, "Install succeeded!\n", false);
|
||||
std::stringstream successMsg;
|
||||
if(mode == INSTALL_CIA) {
|
||||
successMsg << "Install ";
|
||||
} else {
|
||||
successMsg << "Delete ";
|
||||
}
|
||||
|
||||
successMsg << "succeeded!";
|
||||
uiPrompt(TOP_SCREEN, successMsg.str(), false);
|
||||
}
|
||||
|
||||
freeSpace = fsGetFreeSpace(destination);
|
||||
|
Loading…
x
Reference in New Issue
Block a user