forked from mirror/openmw-tes3mp
OpenMW-CS: Fix a typo in startup warning.
This commit is contained in:
parent
eb723f5ae6
commit
d626d89c49
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ CSVDoc::StartupDialogue::StartupDialogue() : mWidth (0), mColumn (2)
|
|||
|
||||
/// \todo remove this label once we are feature complete and convinced that this thing is
|
||||
/// working properly.
|
||||
QLabel *warning = new QLabel ("<font color=Red>WARNING: OpenMW-CS is in alpha stage.<p>The editor is not feature complete and not sufficiently tested.<br>In theory your data should be safe. But we strongly advice to make backups regularly if you are working with live data.</font color>");
|
||||
QLabel *warning = new QLabel ("<font color=Red>WARNING: OpenMW-CS is in alpha stage.<p>The editor is not feature complete and not sufficiently tested.<br>In theory your data should be safe. But we strongly advise to make backups regularly if you are working with live data.</font color>");
|
||||
|
||||
QFont font;
|
||||
font.setPointSize (12);
|
||||
|
|
Loading…
Reference in a new issue