Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2013-10-22 23:59:53 +0400
committerDenis Fomin <fominde@gmail.com>2013-10-22 23:59:53 +0400
commitcd5a7d8053c5bbc74a670b2083294a55dc1cade0 (patch)
tree650265bed79d92b6f31d8fa770e702683398f99e /data
parent589faeba90d19bf3cafd593e25a238b7a0408b4b (diff)
Use Active instead of Enabled in Account Preferences. Fixes #7424
Diffstat (limited to 'data')
-rw-r--r--data/gui/accounts_window.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/gui/accounts_window.ui b/data/gui/accounts_window.ui
index 0b4270210..38d143708 100644
--- a/data/gui/accounts_window.ui
+++ b/data/gui/accounts_window.ui
@@ -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>