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 0754eb7ab..4ff0918fd 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -584,7 +584,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;