/usr/share/kadu/plugins/configuration/spellchecker.ui is in kadu-common 4.1-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | <?xml version="1.0" encoding="UTF-8"?>
<configuration-ui>
<section name="Chat">
<tab name="Spelling">
<group-box name="Misspelled Words Marking Options">
<color-button caption="Color" config-section="ASpell" config-item="Color" />
<check-box caption="Bold" config-section="ASpell" config-item="Bold" />
<check-box caption="Italic" config-section="ASpell" config-item="Italic" />
<check-box caption="Underline" config-section="ASpell" config-item="Underline" />
</group-box>
<group-box name="Spell Checker Options">
<!-- <check-box caption="Ignore accents" config-section="ASpell" config-item="Accents" /> -->
<check-box caption="Ignore case" config-section="ASpell" config-item="Case" id="spellchecker/ignoreCase" />
</group-box>
<group-box name="Spelling Suggestions Options">
<check-box caption="Show suggestions" config-section="ASpell" config-item="Suggester" />
<spin-box caption="Maximum number of suggested words" config-section="ASpell" config-item="SuggesterWordCount" min-value="1" max-value="20" />
</group-box>
</tab>
</section>
</configuration-ui>
|