Skip to content
Snippets Groups Projects
Commit 59e8bd3c authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

settings: add "Enable" to translatable

Change-Id: I46f34c53c393962f87c2ab99c628ca09eb97009c
parent 28f19d33
Branches
Tags
No related merge requests found
...@@ -331,6 +331,9 @@ Item { ...@@ -331,6 +331,9 @@ Item {
property string takePhone: qsTr("Take photo") property string takePhone: qsTr("Take photo")
property string retakePhone: qsTr("Retake photo") property string retakePhone: qsTr("Retake photo")
// PluginSettingsPage
property string enable: qsTr("Enable")
// PluginListPreferencesView // PluginListPreferencesView
property string reset: qsTr("Reset") property string reset: qsTr("Reset")
property string selectPluginInstall: qsTr("Select a plugin to install") property string selectPluginInstall: qsTr("Select a plugin to install")
......
...@@ -57,7 +57,7 @@ Rectangle { ...@@ -57,7 +57,7 @@ Rectangle {
Layout.leftMargin: JamiTheme.preferredMarginSize Layout.leftMargin: JamiTheme.preferredMarginSize
Layout.rightMargin: JamiTheme.preferredMarginSize Layout.rightMargin: JamiTheme.preferredMarginSize
labelText: "Enable" labelText: JamiStrings.enable
fontPointSize: JamiTheme.headerFontSize fontPointSize: JamiTheme.headerFontSize
onSwitchToggled: { onSwitchToggled: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment