Merge pull request #9804 from Jojo-Schmitz/textpalette

[MU4] Fix typo introduced in #9798
This commit is contained in:
RomanPudashkin 2021-11-20 18:32:45 +02:00 committed by GitHub
commit b9aa318911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -393,7 +393,7 @@ static constexpr UnicodeRange unicodeRanges[] = {
{ 0x1FA70, 0x1FAFF, QT_TRANSLATE_NOOP("textpalette", "Symbols and Pictographs Extended-A") },
{ 0x1FB00, 0x1FBFF, QT_TRANSLATE_NOOP("textpalette", "Symbols for Legacy Computing") },
{ 0x20000, 0x2A6D6, QT_TRANSLATE_NOOP("textpalette", "CJK Unified Ideographs Extension B") },
{ 0x2A700, 0x2B734, QT_TRANSLATE_NOOP("textpalette", "SCJK Unified Ideographs Extension C") },
{ 0x2A700, 0x2B734, QT_TRANSLATE_NOOP("textpalette", "CJK Unified Ideographs Extension C") },
{ 0x2B740, 0x2B81D, QT_TRANSLATE_NOOP("textpalette", "CJK Unified Ideographs Extension D") },
{ 0x2F800, 0x2F81D, QT_TRANSLATE_NOOP("textpalette", "CJK Compatibility Ideographs Supplement") },
{ 0xE0001, 0xE007F, QT_TRANSLATE_NOOP("textpalette", "Tags") },