mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-08 19:13:28 +02:00
misc: sentence case "Screen Sharing" for consistency
Change-Id: Ibabb824b6bf9d751dc1ffdb03b269ab014d8c990 GitLab: #1078
This commit is contained in:
parent
b6ef1d90e5
commit
a5de0d4196
1 changed files with 1 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue