From: Juergen Spitzmueller Date: Thu, 16 Jan 2020 09:19:52 +0000 (+0100) Subject: Remove terminating linebreak X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8d741524b333d5c0778b4c438be064da9781bbc7;p=features.git Remove terminating linebreak --- 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_;