Compare commits

...

1 Commits

Author SHA1 Message Date
1e1750024b JamiStrings: spellChecker name
Change-Id: Id163c032c7507496254061f2d707debefe7ab1b5
2025-06-06 01:52:10 -04:00
2 changed files with 3 additions and 3 deletions

View File

@ -915,7 +915,7 @@ Item {
property string checkSpelling: qsTr("Check spelling while typing")
property string systemDictionary: qsTr("System")
property string textLanguage: qsTr("Text language")
property string spellchecking: qsTr("Spell checker")
property string spellChecker: qsTr("Spell checker")
property string searchTextLanguages: qsTr("Search text languages")
property string searchAvailableTextLanguages: qsTr("Search for available text languages")
property string noDictionariesFoundFor: qsTr("No dictionaries found for '%1'")

View File

@ -49,12 +49,12 @@ SettingsPageBase {
spacing: JamiTheme.settingsCategorySpacing
Text {
id: spellcheckingTitle
id: spellCheckerTitle
Layout.alignment: Qt.AlignLeft
Layout.preferredWidth: parent.width
text: JamiStrings.spellchecking
text: JamiStrings.spellChecker
color: JamiTheme.textColor
horizontalAlignment: Text.AlignLeft
verticalAlignment: Text.AlignVCenter