intrenal -> internal typo fix (#469)

This commit is contained in:
Bilal 2018-10-29 02:51:53 +02:00 committed by Le Tan
parent 7a03e38a2c
commit a246b7abab
2 changed files with 2 additions and 2 deletions

View File

@ -1125,7 +1125,7 @@ VMarkdownTab::VMarkdownTab(QWidget *p_parent)
m_headingSequenceTypeCombo->setToolTip(tr("Enable auto sequence for all headings (in the form like 1.2.3.4.)"));
m_headingSequenceTypeCombo->addItem(tr("Disabled"), (int)HeadingSequenceType::Disabled);
m_headingSequenceTypeCombo->addItem(tr("Enabled"), (int)HeadingSequenceType::Enabled);
m_headingSequenceTypeCombo->addItem(tr("Enabled for intrenal notes only"), (int)HeadingSequenceType::EnabledNoteOnly);
m_headingSequenceTypeCombo->addItem(tr("Enabled for internal notes only"), (int)HeadingSequenceType::EnabledNoteOnly);
m_headingSequenceLevelCombo = VUtils::getComboBox();
m_headingSequenceLevelCombo->setToolTip(tr("Base level to start heading sequence"));

View File

@ -5199,7 +5199,7 @@ Modified Time: %3</source>
</message>
<message>
<location filename="../dialog/vsettingsdialog.cpp" line="1128"/>
<source>Enabled for intrenal notes only</source>
<source>Enabled for internal notes only</source>
<translation></translation>
</message>
<message>