the attached patch avoids a message duplication in enlightenment.pot
(as there is another line in the same file with the same message
minus the space :)
--
Massimo Maiurana massimo<at>ragusa.linux.it
http://massimo.solira.org GPG keyID #7044D601
Articolo 11 - L'Italia ripudia la guerra come strumento di offesa
alla libertà degli altri popoli e come mezzo di risoluzione delle
controversie internazionali....
Index: src/bin/e_int_config_cursor.c
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_config_cursor.c,v
retrieving revision 1.2
diff -u -u -r1.2 e_int_config_cursor.c
--- src/bin/e_int_config_cursor.c 25 Jan 2006 06:17:54 -0000 1.2
+++ src/bin/e_int_config_cursor.c 29 Jan 2006 17:27:36 -0000
@@ -93,7 +93,7 @@
o = e_widget_list_add(evas, 0, 0);
of = e_widget_framelist_add(evas, _("Cursor Settings"), 0);
- ob = e_widget_check_add(evas, _("Use E Cursor"), &(cfdata->use_e_cursor));
+ ob = e_widget_check_add(evas, _("Use E Cursor"), &(cfdata->use_e_cursor));
e_widget_framelist_object_append(of, ob);
e_widget_list_object_append(o, of, 1, 1, 0.5);