mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
settings: add "Enable" to translatable
Change-Id: I46f34c53c393962f87c2ab99c628ca09eb97009c
This commit is contained in:
parent
28f19d33a0
commit
59e8bd3cc2
2 changed files with 4 additions and 1 deletions
|
@ -331,6 +331,9 @@ Item {
|
|||
property string takePhone: qsTr("Take photo")
|
||||
property string retakePhone: qsTr("Retake photo")
|
||||
|
||||
// PluginSettingsPage
|
||||
property string enable: qsTr("Enable")
|
||||
|
||||
// PluginListPreferencesView
|
||||
property string reset: qsTr("Reset")
|
||||
property string selectPluginInstall: qsTr("Select a plugin to install")
|
||||
|
|
|
@ -57,7 +57,7 @@ Rectangle {
|
|||
Layout.leftMargin: JamiTheme.preferredMarginSize
|
||||
Layout.rightMargin: JamiTheme.preferredMarginSize
|
||||
|
||||
labelText: "Enable"
|
||||
labelText: JamiStrings.enable
|
||||
fontPointSize: JamiTheme.headerFontSize
|
||||
|
||||
onSwitchToggled: {
|
||||
|
|
Loading…
Add table
Reference in a new issue