Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Nov 6, 2020
1 parent fd5b549 commit 43dfc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eez/tasks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ void lowPriorityThreadOneIter() {
if (written == imageDataSize) {
if (file.close()) {
// success!
psu::gui::infoMessage("Screenshot Taken");
psu::gui::infoMessage("Screenshot saved");
event_queue::pushEvent(event_queue::EVENT_INFO_SCREENSHOT_SAVED);
onSdCardFileChangeHook(filePath);
g_screenshotGenerating = false;
Expand Down

0 comments on commit 43dfc8c

Please sign in to comment.