Hi,

attached is a small patch to make the string "Enlightenment Configure" translatable for translator.
Index: data/themes/default_configure.edc
===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_configure.edc,v
retrieving revision 1.23
diff -u -r1.23 default_configure.edc
--- data/themes/default_configure.edc	17 Sep 2007 12:03:47 -0000	1.23
+++ data/themes/default_configure.edc	5 Mar 2008 01:21:49 -0000
@@ -66,7 +66,7 @@
 	 }
       }
       part {
-	 name:          "title";
+	 name:          "e.text.title";
 	 type:          TEXT;
 	 effect:        SOFT_SHADOW;
 	 mouse_events:  0;
@@ -88,7 +88,7 @@
 	    color3: 0 0 0 32;
 	    color_class: "configure_title";
 	    text {
-	       text:     "Enlightenment Configuration";
+	       text:     "EC";
                font: "Sans:style=Bold,Edje-Vera-Bold";
 	       size:     16;
 	       min:      1 1;
Index: src/modules/conf/e_conf.c
===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf/e_conf.c,v
retrieving revision 1.11
diff -u -r1.11 e_conf.c
--- src/modules/conf/e_conf.c	23 Jan 2008 09:04:55 -0000	1.11
+++ src/modules/conf/e_conf.c	5 Mar 2008 01:21:49 -0000
@@ -129,6 +129,8 @@
    eco->edje = edje_object_add(eco->evas);
    e_theme_edje_object_set(eco->edje, "base/theme/configure", 
 			   "e/widgets/configure/main");
+   edje_object_part_text_set(eco->edje, "e.text.title", 
+			   _("Enlightenment Configuration"));
 
    eco->o_list = e_widget_list_add(eco->evas, 1, 1);
    edje_object_part_swallow(eco->edje, "e.swallow.content", eco->o_list);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to