aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Péters <fpeters@0d.be>2009-06-23 18:03:14 +0800
committerFrédéric Péters <fpeters@0d.be>2009-06-23 18:08:51 +0800
commitcf5cd933ff677c2a36aba86cab7921339503362c (patch)
treebfa91ab03873244153fcc499d71d0dac620f9138
parentdb7bc6a966cb9250fa8f5649975b68d3d6e60514 (diff)
downloadgsoc2013-empathy-cf5cd933ff677c2a36aba86cab7921339503362c.tar
gsoc2013-empathy-cf5cd933ff677c2a36aba86cab7921339503362c.tar.gz
gsoc2013-empathy-cf5cd933ff677c2a36aba86cab7921339503362c.tar.bz2
gsoc2013-empathy-cf5cd933ff677c2a36aba86cab7921339503362c.tar.lz
gsoc2013-empathy-cf5cd933ff677c2a36aba86cab7921339503362c.tar.xz
gsoc2013-empathy-cf5cd933ff677c2a36aba86cab7921339503362c.tar.zst
gsoc2013-empathy-cf5cd933ff677c2a36aba86cab7921339503362c.zip
New labels for user signing in/out notification preferences.
-rw-r--r--src/empathy-preferences.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui
index 3b577ed9d..2b9f85579 100644
--- a/src/empathy-preferences.ui
+++ b/src/empathy-preferences.ui
@@ -312,7 +312,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkbutton_notifications_contact_signin">
- <property name="label" translatable="yes">Enable notifications when a contact signs in</property>
+ <property name="label" translatable="yes">Enable notifications when a contact comes online</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -325,7 +325,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkbutton_notifications_contact_signout">
- <property name="label" translatable="yes">Enable notifications when a contact signs out</property>
+ <property name="label" translatable="yes">Enable notifications when a contact goes offline</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>