aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-preferences.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-01-30 21:08:20 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-01-31 17:25:06 +0800
commit4467b84ce9dc2e3b369d3f0d54a2a940b2da9adb (patch)
tree50b4e646d24a86c80f42d69778654b9ed5c89f22 /src/empathy-preferences.c
parent6048958136681930af236460e9cb159b5267c4d0 (diff)
downloadgsoc2013-empathy-4467b84ce9dc2e3b369d3f0d54a2a940b2da9adb.tar
gsoc2013-empathy-4467b84ce9dc2e3b369d3f0d54a2a940b2da9adb.tar.gz
gsoc2013-empathy-4467b84ce9dc2e3b369d3f0d54a2a940b2da9adb.tar.bz2
gsoc2013-empathy-4467b84ce9dc2e3b369d3f0d54a2a940b2da9adb.tar.lz
gsoc2013-empathy-4467b84ce9dc2e3b369d3f0d54a2a940b2da9adb.tar.xz
gsoc2013-empathy-4467b84ce9dc2e3b369d3f0d54a2a940b2da9adb.tar.zst
gsoc2013-empathy-4467b84ce9dc2e3b369d3f0d54a2a940b2da9adb.zip
preferences: fix phrasing of the EMPATHY_PREFS_SOUNDS_CONTACT_LOGIN
https://bugzilla.gnome.org/show_bug.cgi?id=666522
Diffstat (limited to 'src/empathy-preferences.c')
-rw-r--r--src/empathy-preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index c96be4c52..77ec49c26 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -166,7 +166,7 @@ static SoundEventEntry sound_entries [] = {
{ N_("Message received"), EMPATHY_PREFS_SOUNDS_INCOMING_MESSAGE },
{ N_("Message sent"), EMPATHY_PREFS_SOUNDS_OUTGOING_MESSAGE },
{ N_("New conversation"), EMPATHY_PREFS_SOUNDS_NEW_CONVERSATION },
- { N_("Contact goes online"), EMPATHY_PREFS_SOUNDS_CONTACT_LOGIN },
+ { N_("Contact comes online"), EMPATHY_PREFS_SOUNDS_CONTACT_LOGIN },
{ N_("Contact goes offline"), EMPATHY_PREFS_SOUNDS_CONTACT_LOGOUT },
{ N_("Account connected"), EMPATHY_PREFS_SOUNDS_SERVICE_LOGIN },
{ N_("Account disconnected"), EMPATHY_PREFS_SOUNDS_SERVICE_LOGOUT }