diff --git a/src/app/constant/JamiStrings.qml b/src/app/constant/JamiStrings.qml index 9e4d03fc..a0bd6540 100644 --- a/src/app/constant/JamiStrings.qml +++ b/src/app/constant/JamiStrings.qml @@ -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") diff --git a/src/app/mainview/components/MessageBar.qml b/src/app/mainview/components/MessageBar.qml index 92f025f1..6ac36c8d 100644 --- a/src/app/mainview/components/MessageBar.qml +++ b/src/app/mainview/components/MessageBar.qml @@ -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)