Fix typos.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33693 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-03-10 15:09:44 +00:00
parent f23a2ccb58
commit fd507aecf4
2 changed files with 2 additions and 2 deletions

View File

@ -1333,7 +1333,7 @@ void Buffer::writeLaTeXSource(odocstream & os,
"contains glyphs that are unknown in the\n"
"current document encoding (namely %2$s).\n"
"This will likely result in incomplete output.\n\n"
"Chose an appropriate document encoding (such as utf8)\n"
"Choose an appropriate document encoding (such as utf8)\n"
"or change the file path name."), inputpath, uncodable_glyphs));
} else {
os << "\\makeatletter\n"

View File

@ -381,7 +381,7 @@ docstring getLaTeXMarkup(docstring const & macro, docstring const & author,
"used for change tracking, contains glyphs that cannot be\n"
"represented in the current encoding. The respective glyphs\n"
"will be omitted in the exported LaTeX file.\n\n"
"Chose an appropriate document encoding (such as utf8)\n"
"Choose an appropriate document encoding (such as utf8)\n"
"or change the spelling of the author name."), uncodable_author));
warned_author = uncodable_author;
}