diff --git a/src/commands/CmdUndo.cpp b/src/commands/CmdUndo.cpp index 6f2cd6ab..0ff2f346 100644 --- a/src/commands/CmdUndo.cpp +++ b/src/commands/CmdUndo.cpp @@ -91,7 +91,7 @@ int CmdUndo (Rules& rules, Database& database) } else { - throw format ("Unknown undo action type '{}'", type); + throw format ("Unknown undo action type '{1}'", type); } }