From e0f2c0a49153280c723a293f2dcda0dffd931ec2 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Thu, 30 Jul 2009 20:00:01 +0200 Subject: [PATCH] Change the name to Empathy IM Client, which is more recognizable --- data/empathy.desktop.in.in | 6 +++--- empathy.doap | 4 ++-- help/C/empathy.xml | 2 +- src/empathy.c | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/empathy.desktop.in.in b/data/empathy.desktop.in.in index d7feab25..c22206b8 100644 --- a/data/empathy.desktop.in.in +++ b/data/empathy.desktop.in.in @@ -1,13 +1,13 @@ [Desktop Entry] Version=1.0 -_Name=Empathy Instant Messenger -_Comment=Send and receive instant messages +_Name=Empathy IM Client +_Comment=Send and receive messages Exec=empathy Icon=empathy StartupNotify=false Terminal=false Type=Application -Categories=GNOME;GTK;Network;InstantMessaging; +Categories=GNOME;GTK;Network;IM; X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=empathy X-GNOME-Bugzilla-Component=General diff --git a/empathy.doap b/empathy.doap index b1d14fa3..63a18444 100644 --- a/empathy.doap +++ b/empathy.doap @@ -4,8 +4,8 @@ xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:gnome="http://api.gnome.org/doap-extensions#" xmlns="http://usefulinc.com/ns/doap#"> - Empathy Instant Messenger - Send and receive instant messages + Empathy IM Client + Send and receive messages diff --git a/help/C/empathy.xml b/help/C/empathy.xml index 7eea5e9f..e6a1a728 100644 --- a/help/C/empathy.xml +++ b/help/C/empathy.xml @@ -228,7 +228,7 @@ Choose Internet - Empathy Instant Messenger + Empathy IM Client . diff --git a/src/empathy.c b/src/empathy.c index 0754eb7a..4ff0918f 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; -- 2.39.2