Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_widget_fsel.c 


Log Message:


capitalization

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_fsel.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_widget_fsel.c     27 Aug 2006 04:05:18 -0000      1.23
+++ e_widget_fsel.c     27 Aug 2006 04:08:22 -0000      1.24
@@ -637,24 +637,24 @@
    diff = ltime - st_modtime;
    if (st_modtime > ltime)
      {
-       snprintf(modtime, sizeof(modtime), _("In the future"));
+       snprintf(modtime, sizeof(modtime), _("In the Future"));
      }
    else
      {
        if (diff <= 60) 
-         snprintf(modtime, sizeof(modtime), _("In the last minute"));
+         snprintf(modtime, sizeof(modtime), _("In the last Minute"));
        else if (diff >= 31526000) 
-         snprintf(modtime, sizeof(modtime), _("%i years ago"), (diff / 
31526000));
+         snprintf(modtime, sizeof(modtime), _("%i Years ago"), (diff / 
31526000));
        else if (diff >= 2592000) 
-         snprintf(modtime, sizeof(modtime), _("%i months ago"), (diff / 
2592000));
+         snprintf(modtime, sizeof(modtime), _("%i Months ago"), (diff / 
2592000));
        else if (diff >= 604800) 
-         snprintf(modtime, sizeof(modtime), _("%i weeks ago"), (diff / 
604800));
+         snprintf(modtime, sizeof(modtime), _("%i Weeks ago"), (diff / 
604800));
        else if (diff >= 86400)
-         snprintf(modtime, sizeof(modtime), _("%i days ago"), (diff / 86400));
+         snprintf(modtime, sizeof(modtime), _("%i Days ago"), (diff / 86400));
        else if (diff >= 3600) 
-         snprintf(modtime, sizeof(modtime), _("%i hours ago"), (diff / 3600));
+         snprintf(modtime, sizeof(modtime), _("%i Hours ago"), (diff / 3600));
        else if (diff > 60) 
-         snprintf(modtime, sizeof(modtime), _("%i minutes ago"), (diff / 60));
+         snprintf(modtime, sizeof(modtime), _("%i Minutes ago"), (diff / 60));
      }
  
    if (modtime) 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to