Rename a few stragglers

r14.0.x
Timothy Pearson 12 years ago
parent c2b5ed43b9
commit 0adbc702a4

@ -683,7 +683,7 @@ You can change the filter settings in each display window, of course.")) );
m_settings.swords.headings->setText(i18n("Show section headings"));
m_settings.swords.headings->setChecked(CBTConfig::get
(CBTConfig::headings));
tqlayout->addWidget(m_settings.swords.headings);
layout->addWidget(m_settings.swords.headings);
m_settings.swords.scriptureReferences = new TQCheckBox(currentTab);
@ -702,13 +702,13 @@ You can change the filter settings in each display window, of course.")) );
m_settings.swords.hebrewPoints->setText(i18n("Show Hebrew vowel points"));
m_settings.swords.hebrewPoints->setChecked(CBTConfig::get
(CBTConfig::hebrewPoints));
tqlayout->addWidget(m_settings.swords.hebrewPoints);
layout->addWidget(m_settings.swords.hebrewPoints);
m_settings.swords.hebrewCantillation = new TQCheckBox(currentTab);
m_settings.swords.hebrewCantillation->setText(i18n("Show Hebrew cantillation marks"));
m_settings.swords.hebrewCantillation->setChecked(CBTConfig::get
(CBTConfig::hebrewCantillation));
tqlayout->addWidget(m_settings.swords.hebrewCantillation);
layout->addWidget(m_settings.swords.hebrewCantillation);
m_settings.swords.morphSegmentation = new TQCheckBox(currentTab);
m_settings.swords.morphSegmentation->setText(i18n("Show morph segmentation"));

Loading…
Cancel
Save