summaryrefslogtreecommitdiffstats
path: root/gui/action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/action.cpp')
-rw-r--r--gui/action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/action.cpp b/gui/action.cpp
index 081e2d134..9f746c348 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);