mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Typos, patch from Sven.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32371 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f1d54dd07c
commit
89bdacdeec
@ -365,7 +365,7 @@ docstring getLaTeXMarkup(docstring const & macro, docstring const & author,
|
||||
ods.put(author[n]);
|
||||
ods << "'>";
|
||||
} else {
|
||||
LYXERR0("Ommitting uncodable character '"
|
||||
LYXERR0("Omitting uncodable character '"
|
||||
<< docstring(1, author[n])
|
||||
<< "' in change author name!");
|
||||
uncodable_author = author;
|
||||
@ -380,7 +380,7 @@ docstring getLaTeXMarkup(docstring const & macro, docstring const & author,
|
||||
support::bformat(_("The author name '%1$s',\n"
|
||||
"used for change tracking, contains glyphs that cannot be\n"
|
||||
"represented in the current encoding. The respective glyphs\n"
|
||||
"will be ommitted in the exported LaTeX file.\n\n"
|
||||
"will be omitted in the exported LaTeX file.\n\n"
|
||||
"Chose an appropriate document encoding (such as utf8)\n"
|
||||
"or change the spelling of the author name."), uncodable_author));
|
||||
warned_author = uncodable_author;
|
||||
|
@ -548,12 +548,12 @@ void Text::setCursor(CursorSlice & cur, pit_type par, pos_type pos)
|
||||
|
||||
// None of these should happen, but we're scaredy-cats
|
||||
if (pos < 0) {
|
||||
lyxerr << "dont like -1" << endl;
|
||||
lyxerr << "don't like -1" << endl;
|
||||
LASSERT(false, /**/);
|
||||
}
|
||||
|
||||
if (pos > para.size()) {
|
||||
lyxerr << "dont like 1, pos: " << pos
|
||||
lyxerr << "don't like 1, pos: " << pos
|
||||
<< " size: " << para.size()
|
||||
<< " par: " << par << endl;
|
||||
LASSERT(false, /**/);
|
||||
|
@ -113,7 +113,7 @@
|
||||
<item row="6" column="0" colspan="3" >
|
||||
<widget class="QCheckBox" name="autoBeginCB" >
|
||||
<property name="toolTip" >
|
||||
<string>If checked, the document language is not explicitely set by a language switch command</string>
|
||||
<string>If checked, the document language is not explicitly set by a language switch command</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Auto &begin</string>
|
||||
@ -123,7 +123,7 @@
|
||||
<item row="7" column="0" colspan="3" >
|
||||
<widget class="QCheckBox" name="autoEndCB" >
|
||||
<property name="toolTip" >
|
||||
<string>If checked, the document language is not explicitely closed by a language switch command</string>
|
||||
<string>If checked, the document language is not explicitly closed by a language switch command</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Auto &end</string>
|
||||
|
Loading…
Reference in New Issue
Block a user