From 677b13f74b34590b63807becba02684f927368b4 Mon Sep 17 00:00:00 2001 From: that Date: Sat, 26 Dec 2015 23:57:31 +0100 Subject: gui: fix screenshot_saved message Change-Id: I7d047fe3436100dbe7c7515860a143a97f7ef0d4 --- gui/action.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/action.cpp') 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); -- cgit v1.2.3