diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-31 02:00:01 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-31 02:00:25 +0800 |
commit | e0f2c0a49153280c723a293f2dcda0dffd931ec2 (patch) | |
tree | d6a57fca8816154fec3520b5a735e92c5a5db4bc /src | |
parent | 89108da0875495e3b832db3a6db264b25c6ffe81 (diff) | |
download | gsoc2013-empathy-e0f2c0a49153280c723a293f2dcda0dffd931ec2.tar gsoc2013-empathy-e0f2c0a49153280c723a293f2dcda0dffd931ec2.tar.gz gsoc2013-empathy-e0f2c0a49153280c723a293f2dcda0dffd931ec2.tar.bz2 gsoc2013-empathy-e0f2c0a49153280c723a293f2dcda0dffd931ec2.tar.lz gsoc2013-empathy-e0f2c0a49153280c723a293f2dcda0dffd931ec2.tar.xz gsoc2013-empathy-e0f2c0a49153280c723a293f2dcda0dffd931ec2.tar.zst gsoc2013-empathy-e0f2c0a49153280c723a293f2dcda0dffd931ec2.zip |
Change the name to Empathy IM Client, which is more recognizable
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy.c | 2 |
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; |