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
No related branches found
No related tags found
No related merge requests found
......@@ -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: {
......
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