diff options
-rw-r--r-- | data/empathy.desktop.in.in | 6 | ||||
-rw-r--r-- | empathy.doap | 4 | ||||
-rw-r--r-- | help/C/empathy.xml | 2 | ||||
-rw-r--r-- | 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 d7feab251..c22206b84 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 b1d14fa30..63a18444e 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#"> - <name xml:lang="en">Empathy Instant Messenger</name> - <shortdesc xml:lang="en">Send and receive instant messages</shortdesc> + <name xml:lang="en">Empathy IM Client</name> + <shortdesc xml:lang="en">Send and receive messages</shortdesc> <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" /> <homepage rdf:resource="http://live.gnome.org/Empathy" /> diff --git a/help/C/empathy.xml b/help/C/empathy.xml index 7eea5e9fd..e6a1a7282 100644 --- a/help/C/empathy.xml +++ b/help/C/empathy.xml @@ -228,7 +228,7 @@ <para>Choose <menuchoice> <guisubmenu>Internet</guisubmenu> - <guimenuitem>Empathy Instant Messenger</guimenuitem> + <guimenuitem>Empathy IM Client</guimenuitem> </menuchoice>. </para> </listitem> 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; |