aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 956b05e5f..637470773 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -621,7 +621,7 @@ main (int argc, char *argv[])
empathy_init ();
if (!gtk_init_with_args (&argc, &argv,
- N_("- Empathy Instant Messenger"),
+ N_("- Empathy IM Client"),
options, GETTEXT_PACKAGE, &error)) {
g_warning ("Error in empathy init: %s", error->message);
return EXIT_FAILURE;