From 8d741524b333d5c0778b4c438be064da9781bbc7 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Thu, 16 Jan 2020 10:19:52 +0100 Subject: [PATCH] Remove terminating linebreak --- src/insets/InsetTabular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index ea76177ed2..bc57e1a680 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -462,7 +462,7 @@ bool getTokenValue(string const & str, char const * token, Change & change, Buff if (changedata.size() != 3) { Alert::warning(_("Change tracking data incomplete"), _("Change tracking information for tabular row/column " - "is incomplete. I will ignore this.\n")); + "is incomplete. I will ignore this.")); return false; } BufferParams::AuthorMap const & am = bp.author_map_; -- 2.39.5