[empathy] preferences: fix phrasing of the EMPATHY_PREFS_SOUNDS_CONTACT_LOGIN



commit 4467b84ce9dc2e3b369d3f0d54a2a940b2da9adb
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Jan 30 14:08:20 2012 +0100

    preferences: fix phrasing of the EMPATHY_PREFS_SOUNDS_CONTACT_LOGIN
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666522

 src/empathy-preferences.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index c96be4c..77ec49c 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 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]