mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 10:11:21 +00:00
* src/LyX.cpp: style corrections.
This should also be done in trunk, but I don't have trunk here. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20525 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4493a50d41
commit
95a9ed8c3f
@ -615,9 +615,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"),
|
||||||
|
Loading…
Reference in New Issue
Block a user