Enlightenment CVS committal

Author  : morlenxus
Project : e_modules
Module  : forecasts

Dir     : e_modules/forecasts


Modified Files:
        e_mod_main.c e_mod_config.c 


Log Message:
I guess this was a quick search 'n replace? ;)

===================================================================
RCS file: /cvs/e/e_modules/forecasts/e_mod_main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_main.c        24 Feb 2007 08:21:40 -0000      1.1
+++ e_mod_main.c        24 Feb 2007 08:52:55 -0000      1.2
@@ -474,7 +474,7 @@
 e_modapi_about(E_Module * m)
 {
    e_module_dialog_show(m, D_("Enlightenment Forecasts Module"),
-        D_("A forecasts forecast module for Enlightenment"));
+        D_("A weather forecast module for Enlightenment"));
    return 1;
 }
 
===================================================================
RCS file: /cvs/e/e_modules/forecasts/e_mod_config.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_config.c      24 Feb 2007 08:21:40 -0000      1.1
+++ e_mod_config.c      24 Feb 2007 08:52:55 -0000      1.2
@@ -112,7 +112,7 @@
   ob = e_widget_label_add(evas, D_("Get your Yahoo Forecasts Code code at:"));
   e_widget_frametable_object_append(of, ob, 0, 1, 1, 1, 1, 0, 1, 0);
   ob =
-    e_widget_label_add(evas, D_("http://forecasts.yahoo.com";));
+    e_widget_label_add(evas, D_("http://weather.yahoo.com";));
   e_widget_frametable_object_append(of, ob, 0, 2, 2, 1, 1, 0, 1, 0);
   e_widget_list_object_append(o, of, 1, 1, 0.5);
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to