Skip to content
Snippets Groups Projects
Commit 2974cb52 authored by ovari's avatar ovari Committed by ovari
Browse files

JamiStrings.qml: cleanup

Change-Id: I2caa2f50c8034d09591749f92fd124deb91dc62a
parent 98e71a7c
Branches
Tags
No related merge requests found
...@@ -491,7 +491,7 @@ Item { ...@@ -491,7 +491,7 @@ Item {
// ChatviewSettings // ChatviewSettings
property string enableTypingIndicator: qsTr("Enable typing indicators") property string enableTypingIndicator: qsTr("Enable typing indicators")
property string enableTypingIndicatorDescription: qsTr("Send and receive typing indicators showing that a message is being typed.") property string enableTypingIndicatorDescription: qsTr("Send and receive typing indicators showing that a message is being typed.")
property string displayHyperlinkPreviews: qsTr("Show link preview in conversations") property string displayHyperlinkPreviews: qsTr("Web link previews")
property string displayHyperlinkPreviewsDescription: qsTr("Preview requires downloading content from third-party servers.") property string displayHyperlinkPreviewsDescription: qsTr("Preview requires downloading content from third-party servers.")
property string language: qsTr("User interface language") property string language: qsTr("User interface language")
......
...@@ -71,7 +71,7 @@ ListSelectionView { ...@@ -71,7 +71,7 @@ ListSelectionView {
onDismissed: { onDismissed: {
// Trigger an update to messages if needed. // Trigger an update to messages if needed.
// Currently needed when changing the show link preview setting. // Currently needed when changing the "Web link previews" setting.
CurrentConversation.reloadInteractions(); CurrentConversation.reloadInteractions();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment