mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
Remove terminating linebreak
This commit is contained in:
parent
ba79a4b89e
commit
62a2b69bb0
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user