mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-10-30 07:53:33 +08:00
Compare commits
2 Commits
beta/20250
...
beta/20250
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e1750024b | |||
| 2ba53a2e40 |
2
daemon
2
daemon
Submodule daemon updated: 6f81476042...41384122a8
@ -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'")
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user