From 553a6fb4e91f51340e7494af22c53e0083f23486 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 13 Jan 2003 10:52:17 +0000 Subject: [PATCH] (Alfredo Braunstein): fix typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5944 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 3 +++ src/buffer.C | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index db6bff0cf3..7512600fd3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,6 @@ +2003-01-13 Alfredo Braunstein + * buffer.C: fix typo + 2003-01-12 Lars Gullik Bjønnes * Makefile.am (LIBS): delete var diff --git a/src/buffer.C b/src/buffer.C index 2197e6e9df..034c90ed7e 100644 --- a/src/buffer.C +++ b/src/buffer.C @@ -1182,7 +1182,7 @@ bool Buffer::readFile(LyXLex & lex, string const & filename, Paragraph * par) } else if (file_format > LYX_FORMAT) { // future format Alert::alert(_("Warning!"), - _("The file was created with a newer version of" + _("The file was created with a newer version of " "LyX. This is likely to cause problems.")); } else if (file_format < LYX_FORMAT) { -- 2.39.2