Skip to content
Snippets Groups Projects
Commit 92ee3806 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

recording settings: fix label

Change-Id: I1ede809e160cc7c58f098a6829bfe47a63e51770
parent b9ce9a45
No related branches found
No related tags found
No related merge requests found
...@@ -492,7 +492,7 @@ Item { ...@@ -492,7 +492,7 @@ Item {
property string runStartup: qsTr("Launch at startup") property string runStartup: qsTr("Launch at startup")
property string downloadFolder: qsTr("Download directory") property string downloadFolder: qsTr("Download directory")
property string tipChooseDownloadFolder: qsTr("Choose download directory") property string tipChooseDownloadFolder: qsTr("Choose download directory")
property string recordCall: qsTr("Record call") property string includeLocalVideo: qsTr("Include local video in recording")
property string textZoom: qsTr("Text zoom") property string textZoom: qsTr("Text zoom")
property string changeTextSize: qsTr("Change text size (%)") property string changeTextSize: qsTr("Change text size (%)")
......
...@@ -114,7 +114,7 @@ ColumnLayout { ...@@ -114,7 +114,7 @@ ColumnLayout {
checked: AVModel.getRecordPreview() checked: AVModel.getRecordPreview()
labelText: JamiStrings.recordCall labelText: JamiStrings.includeLocalVideo
fontPointSize: JamiTheme.settingsFontSize fontPointSize: JamiTheme.settingsFontSize
onSwitchToggled: AVModel.setRecordPreview(checked) onSwitchToggled: AVModel.setRecordPreview(checked)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment