[evolution-patches] fix for eds bug 273149



good morning,

this patch should fix bug 273149 and should go into HEAD for 1.5.
please commit since i do not have cvs write access. this patch is also
filed in bugzilla.

this patch includes string breaks (i assume adding a translator comment
is also a string break).

for any feedback please cc me since i am not a member of this list. 

cheerio,
andre
-- 
 mailto:ak-47 gmx net | failed!
 http://www.iomc.de
Index: evolution-data-server/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/ChangeLog,v
retrieving revision 1.306
diff -u -p -r1.306 ChangeLog
--- evolution-data-server/ChangeLog	15 Sep 2005 22:39:47 -0000	1.306
+++ evolution-data-server/ChangeLog	17 Sep 2005 04:31:24 -0000
@@ -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: evolution-data-server/libedataserver/e-categories.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/libedataserver/e-categories.c,v
retrieving revision 1.15
diff -u -p -r1.15 e-categories.c
--- evolution-data-server/libedataserver/e-categories.c	31 Aug 2005 04:26:10 -0000	1.15
+++ evolution-data-server/libedataserver/e-categories.c	17 Sep 2005 04:31:46 -0000
@@ -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);

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]