Fixes #273149. adding translator comment for "hot contacts".
authorAndre Klapper <a9016009@gmx.de>
Thu, 22 Sep 2005 16:29:08 +0000 (16:29 +0000)
committerParthasarathi Susarla <saps@src.gnome.org>
Thu, 22 Sep 2005 16:29:08 +0000 (16:29 +0000)
2005-09-17  Andre Klapper  <a9016009@gmx.de>

Fixes #273149.
* libedataserver/e-categories.c: adding translator comment for
"hot contacts".

ChangeLog
libedataserver/e-categories.c

index 836bba8..562b638 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-17  Andre Klapper  <a9016009@gmx.de>
+
+       Fixes #273149.
+       * libedataserver/e-categories.c: adding translator comment for
+       "hot contacts".
+
 2005-09-16  Tor Lillqvist  <tml@novell.com>
 
        * libedataserver/e-iconv.c (e_iconv_charset_language): Use
index cf36e65..ad8b1f5 100644 (file)
@@ -242,6 +242,7 @@ initialize_categories_config (void)
        add_category_if_not_present (_("Goals/Objectives"), NULL, E_DATA_SERVER_IMAGESDIR "/category_goals_16.png", TRUE);
        add_category_if_not_present (_("Holiday"), NULL, E_DATA_SERVER_IMAGESDIR "/category_holiday_16.png", TRUE);
        add_category_if_not_present (_("Holiday Cards"), NULL, E_DATA_SERVER_IMAGESDIR "/category_holiday-cards_16.png", TRUE);
+       /* important people (e.g. new business partners) you should pay attention to/observe */
        add_category_if_not_present (_("Hot Contacts"), NULL, E_DATA_SERVER_IMAGESDIR "/category_hot-contacts_16.png", TRUE);
        add_category_if_not_present (_("Ideas"), NULL, E_DATA_SERVER_IMAGESDIR "/category_ideas_16.png", TRUE);
        add_category_if_not_present (_("International"), NULL, E_DATA_SERVER_IMAGESDIR "/category_international_16.png", TRUE);