]> git.0d.be Git - empathy.git/commitdiff
Change the name to Empathy IM Client, which is more recognizable
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 30 Jul 2009 18:00:01 +0000 (20:00 +0200)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 30 Jul 2009 18:00:25 +0000 (20:00 +0200)
data/empathy.desktop.in.in
empathy.doap
help/C/empathy.xml
src/empathy.c

index d7feab251c592ff5552724649ffd4d35a23daae5..c22206b843ca2aea0e29293659179b6a19b156ef 100644 (file)
@@ -1,13 +1,13 @@
 [Desktop Entry]
 Version=1.0
 [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
 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
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=empathy
 X-GNOME-Bugzilla-Component=General
index b1d14fa30ee0540212a0cf406db20bf5b8704495..63a18444e69d0c6c4f7c89d52b9093539ead20af 100644 (file)
@@ -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#">
          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" />
   <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
 
   <homepage rdf:resource="http://live.gnome.org/Empathy" />
index 7eea5e9fd6e60e2eb8558def23693fe52ad93d93..e6a1a72829bc7465e262d5e91ad612dc2fe51abd 100644 (file)
            <para>Choose 
              <menuchoice>
                <guisubmenu>Internet</guisubmenu>
            <para>Choose 
              <menuchoice>
                <guisubmenu>Internet</guisubmenu>
-               <guimenuitem>Empathy Instant Messenger</guimenuitem>
+               <guimenuitem>Empathy IM Client</guimenuitem>
              </menuchoice>.
            </para>
          </listitem>
              </menuchoice>.
            </para>
          </listitem>
index 0754eb7abd2526cd1b06e5116942b74ba2dce98d..4ff0918fd81158a5292b869863c03f5501451ce7 100644 (file)
@@ -584,7 +584,7 @@ main (int argc, char *argv[])
        empathy_init ();
 
        if (!gtk_init_with_args (&argc, &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;
                                 options, GETTEXT_PACKAGE, &error)) {
                g_warning ("Error in empathy init: %s", error->message);
                return EXIT_FAILURE;