Skip to content
Snippets Groups Projects
Commit 9d9bf6b8 authored by Dicson's avatar Dicson
Browse files

Use Active instead of Enabled in Account Preferences. Fixes #7424

parent 308f4c4a
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkCheckButton" id="enable_checkbutton1">
<property name="label" translatable="yes">_Enable</property>
<property name="label" translatable="yes">Active</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
......@@ -1033,7 +1033,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkCheckButton" id="enable_zeroconf_checkbutton2">
<property name="label" translatable="yes">_Enable</property>
<property name="label" translatable="yes">Active</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
......
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