aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-07 00:48:52 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-07 00:48:52 +0800
commit4cf0b5533904f8da1a9108a64903a1fa6f4ce424 (patch)
treecf98b5c33beedc31e2729fa409aa3e2e664a025d
parent65f7803dd86bdb99814cbabda7dfb9e9116d86f1 (diff)
downloadgsoc2013-empathy-4cf0b5533904f8da1a9108a64903a1fa6f4ce424.tar
gsoc2013-empathy-4cf0b5533904f8da1a9108a64903a1fa6f4ce424.tar.gz
gsoc2013-empathy-4cf0b5533904f8da1a9108a64903a1fa6f4ce424.tar.bz2
gsoc2013-empathy-4cf0b5533904f8da1a9108a64903a1fa6f4ce424.tar.lz
gsoc2013-empathy-4cf0b5533904f8da1a9108a64903a1fa6f4ce424.tar.xz
gsoc2013-empathy-4cf0b5533904f8da1a9108a64903a1fa6f4ce424.tar.zst
gsoc2013-empathy-4cf0b5533904f8da1a9108a64903a1fa6f4ce424.zip
Improve wording.
svn path=/trunk/; revision=2079
-rw-r--r--src/empathy-main-window.c4
-rw-r--r--src/empathy-preferences.c8
2 files changed, 6 insertions, 6 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index b95783f3a..07f4b9f7d 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -472,7 +472,7 @@ main_window_contact_presence_changed_cb (EmpathyContactMonitor *monitor,
/* someone is logging in */
empathy_sound_play (GTK_WIDGET (window->window),
EMPATHY_PREFS_SOUNDS_CONTACT_LOGIN,
- "service-login", _("Contact logged in"));
+ "service-login", _("Contact connected"));
return;
}
@@ -480,7 +480,7 @@ main_window_contact_presence_changed_cb (EmpathyContactMonitor *monitor,
/* someone is logging off */
empathy_sound_play (GTK_WIDGET (window->window),
EMPATHY_PREFS_SOUNDS_CONTACT_LOGOUT,
- "service-logout", _("Contact logged out"));
+ "service-logout", _("Contact disconnected"));
}
}
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index f3d0d10a5..e8eef8748 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -153,10 +153,10 @@ 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 logs in"), EMPATHY_PREFS_SOUNDS_CONTACT_LOGIN },
- { N_("Contact logs out"), EMPATHY_PREFS_SOUNDS_CONTACT_LOGOUT },
- { N_("Logging in a network"), EMPATHY_PREFS_SOUNDS_SERVICE_LOGIN },
- { N_("Logging off a network"), EMPATHY_PREFS_SOUNDS_SERVICE_LOGOUT }
+ { N_("Contact goes 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 }
};
static void