[LyX master] Fix typo spotted by Jean-Pierre

2013-01-20 Thread Juergen Spitzmueller
The branch, master, has been updated.

- Log -

commit e199ec0310e5099e78d386b3e118a63fdcbf81b6
Author: Juergen Spitzmueller sp...@lyx.org
Date:   Sun Jan 20 15:32:49 2013 +0100

Fix typo spotted by Jean-Pierre

diff --git a/src/frontends/qt4/GuiDocument.cpp 
b/src/frontends/qt4/GuiDocument.cpp
index 49a166c..481bc09 100644
--- a/src/frontends/qt4/GuiDocument.cpp
+++ b/src/frontends/qt4/GuiDocument.cpp
@@ -1287,7 +1287,7 @@ GuiDocument::GuiDocument(GuiView  lv)
docstring const output_type = (tc.outputType() == 
lyx::DOCBOOK) ? _(DocBook) : _(LaTeX);
tooltip += '\n' + toqstr(wrap(bformat(_(Class not 
found by LyX. 
   Please check if you 
have the matching %1$s class 
-  and all requires 
packages (%2$s) installed.),
+  and all required 
packages (%2$s) installed.),
 output_type, 
from_utf8(tc.prerequisites(, );
}
latexModule-classCO-addItemSort(toqstr(tc.name()),

---

Summary of changes:
 src/frontends/qt4/GuiDocument.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Fix typo spotted by Jean-Pierre

2013-01-20 Thread Juergen Spitzmueller
The branch, master, has been updated.

- Log -

commit e199ec0310e5099e78d386b3e118a63fdcbf81b6
Author: Juergen Spitzmueller 
Date:   Sun Jan 20 15:32:49 2013 +0100

Fix typo spotted by Jean-Pierre

diff --git a/src/frontends/qt4/GuiDocument.cpp 
b/src/frontends/qt4/GuiDocument.cpp
index 49a166c..481bc09 100644
--- a/src/frontends/qt4/GuiDocument.cpp
+++ b/src/frontends/qt4/GuiDocument.cpp
@@ -1287,7 +1287,7 @@ GuiDocument::GuiDocument(GuiView & lv)
docstring const output_type = (tc.outputType() == 
lyx::DOCBOOK) ? _("DocBook") : _("LaTeX");
tooltip += '\n' + toqstr(wrap(bformat(_("Class not 
found by LyX. "
   "Please check if you 
have the matching %1$s class "
-  "and all requires 
packages (%2$s) installed."),
+  "and all required 
packages (%2$s) installed."),
 output_type, 
from_utf8(tc.prerequisites(", ");
}
latexModule->classCO->addItemSort(toqstr(tc.name()),

---

Summary of changes:
 src/frontends/qt4/GuiDocument.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository