mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
intrenal -> internal typo fix (#469)
This commit is contained in:
parent
7a03e38a2c
commit
a246b7abab
@ -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"));
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user