From 6f12fe596c37c01f983595fd1cc5fc6337ff7001 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Sat, 10 Jun 2017 23:12:49 +0200 Subject: [PATCH] Quote backspace in string --- src/insets/InsetListingsParams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetListingsParams.cpp b/src/insets/InsetListingsParams.cpp index a2d2cea3c7..063e63f161 100644 --- a/src/insets/InsetListingsParams.cpp +++ b/src/insets/InsetListingsParams.cpp @@ -832,7 +832,7 @@ ParValidator::ParValidator() ListingsParam("", true, TRUEFALSE, "", empty_hint); all_params_[1]["space"] = ListingsParam("", false, ALL, "", _( - "A macro. Default: \textvisiblespace")); + "A macro. Default: \\textvisiblespace")); all_params_[1]["spacecolor"] = ListingsParam("", false, ALL, "", color_hint_mint); all_params_[1]["startinline"] = -- 2.39.2