diff --git a/gui/action.cpp b/gui/action.cpp index 081e2d13..9f746c34 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -928,7 +928,7 @@ int GUIAction::screenshot(std::string arg __unused) chmod(path, 0666); chown(path, uid, gid); - gui_msg(Msg("screenshot_saved=Screenshot was saved to %s")(path)); + gui_msg(Msg("screenshot_saved=Screenshot was saved to {1}")(path)); // blink to notify that the screenshow was taken gr_color(255, 255, 255, 255); diff --git a/gui/theme/common/languages/en.xml b/gui/theme/common/languages/en.xml index 62b5b3dd..46bf78a2 100755 --- a/gui/theme/common/languages/en.xml +++ b/gui/theme/common/languages/en.xml @@ -650,6 +650,7 @@ Copied recovery log to {1}. Maximum zip queue reached! Minimum zip queue reached! + Screenshot was saved to {1} Failed to take a screenshot! One or more zip requested a cache wipe -- Wiping cache now. Unable to wipe android secure