mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-21 21:52:03 +02:00
misc: fix typo on formatting
Change-Id: I35a0791ba0c8cc906ac441c7afb588e40b1be5c5
This commit is contained in:
parent
5134160539
commit
b54cb31d75
2 changed files with 3 additions and 3 deletions
|
@ -804,8 +804,8 @@ Item {
|
|||
property string quote: qsTr("Quote")
|
||||
property string unorderedList: qsTr("Unordered list")
|
||||
property string orderedList: qsTr("Ordered list")
|
||||
property string showFormating: qsTr("Show formating")
|
||||
property string hideFormating: qsTr("Hide formating")
|
||||
property string showFormatting: qsTr("Show formatting")
|
||||
property string hideFormatting: qsTr("Hide formatting")
|
||||
property string shiftEnterNewLine: qsTr("Press Shift+Enter to insert a new line")
|
||||
property string enterNewLine: qsTr("Press Enter to insert a new line")
|
||||
property string send: qsTr("Send")
|
||||
|
|
|
@ -724,7 +724,7 @@ Rectangle {
|
|||
hoverEnabled: !showPreview
|
||||
enabled: !showPreview
|
||||
|
||||
toolTipText: showTypo ? JamiStrings.hideFormating : JamiStrings.showFormating
|
||||
toolTipText: showTypo ? JamiStrings.hideFormatting : JamiStrings.showFormatting
|
||||
source: JamiResources.text_edit_black_24dp_svg
|
||||
|
||||
normalColor: showPreview ? JamiTheme.transparentColor : (showTypo ? JamiTheme.hoveredButtonColor : JamiTheme.transparentColor)
|
||||
|
|
Loading…
Add table
Reference in a new issue