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
No related branches found
No related tags found
No related merge requests found
......@@ -491,7 +491,7 @@ Item {
// ChatviewSettings
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 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 language: qsTr("User interface language")
......
......@@ -71,7 +71,7 @@ ListSelectionView {
onDismissed: {
// 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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment