From c87dc5a1f08ef04948a769b4ec1a60535c193de5 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 5 Mar 2020 22:35:41 +0100 Subject: [PATCH] transl fixup --- pattern2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pattern2.cpp b/pattern2.cpp index 30423c11..fdcc6855 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -1994,7 +1994,7 @@ EX namespace patterns { "wallif(condition, color)\n" ); - s += "see compute_map_function in pattern2.cpp for more\n"; + s += XLAT("see compute_map_function in pattern2.cpp for more\n"); s += "\n\n" + parser_help();