Merge pull request #979 from manongjohn/fix_fill_tool_typo

Fix Ignore Gaps typo in Fill Tool
This commit is contained in:
manongjohn 2022-04-21 07:26:21 -04:00 committed by GitHub
commit b2a7588cb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2150,7 +2150,7 @@ void FillTool::updateTranslation() {
m_rasterGapDistance.setQStringName(tr("Distance:"));
m_closeStyleIndex.setQStringName(tr("Style Index:"));
m_closeRasterGaps.setQStringName(tr("Gaps:"));
m_closeRasterGaps.setItemUIName(IGNOREGAPS, tr("Ingore Gaps"));
m_closeRasterGaps.setItemUIName(IGNOREGAPS, tr("Ignore Gaps"));
m_closeRasterGaps.setItemUIName(FILLGAPS, tr("Fill Gaps"));
m_closeRasterGaps.setItemUIName(CLOSEANDFILLGAPS, tr("Close and Fill"));
}