]> git.lyx.org Git - features.git/commitdiff
Remove terminating linebreak
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 16 Jan 2020 09:19:52 +0000 (10:19 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 16 Jan 2020 09:19:52 +0000 (10:19 +0100)
src/insets/InsetTabular.cpp

index ea76177ed27ddf40af444f4b1c6b438a3361bd12..bc57e1a680dc8f43f61ffa5320530ef7b58231d6 100644 (file)
@@ -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_;