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

misc: sentence case "Screen Sharing" for consistency

Change-Id: Ibabb824b6bf9d751dc1ffdb03b269ab014d8c990
GitLab: #1078
parent b6ef1d90
No related branches found
Tags beta/202402071743
No related merge requests found
......@@ -165,7 +165,6 @@ Item {
// SettingsHeader
property string back: qsTr("Back")
property string accountSettingsTitle: qsTr("Account Settings")
property string accountSettingsMenuTitle: qsTr("Account")
property string generalSettingsTitle: qsTr("General")
property string pluginSettingsTitle: qsTr("Plugins")
......@@ -199,7 +198,7 @@ Item {
property string enableHWAccel: qsTr("Enable hardware acceleration")
property string mirrorLocalVideo: qsTr("Mirror local video")
property string previewUnavailable: qsTr("Preview unavailable")
property string screenSharing: qsTr("Screen Sharing")
property string screenSharing: qsTr("Screen sharing")
property string selectScreenSharingFPS: qsTr("Select screen sharing frame rate (frames per second)")
property string noVideo: qsTr("no video")
......
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