src/LyX.cpp: style corrections for trunk

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20528 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2007-09-27 01:05:20 +00:00
parent 630c3cf83f
commit a80e1981bd

View File

@ -619,9 +619,9 @@ void LyX::execBatchCommands()
if (textclasslist.empty()) { if (textclasslist.empty()) {
switch (Alert::prompt( switch (Alert::prompt(
_("No textclass is found"), _("No textclass is found"),
_("LyX can not continue because no textclass is found. " _("LyX cannot continue because no textclass is found. "
"You can either reconfigure normally, or reconfigure using " "You can either reconfigure normally, or reconfigure using "
"default text classes, or quit lyx."), "default textclasses, or quit lyx."),
0, 2, 0, 2,
_("&Reconfigure"), _("&Reconfigure"),
_("&Use Default"), _("&Use Default"),