Update of /cvsroot/phpweather/phpweather/locales
In directory usw-pr-cvs1:/tmp/cvs-serv9803/locales

Modified Files:
        locale_en.php 
Log Message:
Modifying the position of ' light', because it was not correctly shown
with ' showers of'.  'moderate' and 'heavy' also affected by this
problem if they can be used with 'showers of'.


Index: locale_en.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/locales/locale_en.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- locale_en.php       2001/07/14 19:42:15     1.7
+++ locale_en.php       2001/07/14 20:13:35     1.8
@@ -120,7 +120,7 @@
     $this->strings['currently']        = 'Currently ';
     $this->strings['weather']          = 
       array(
-           '-' => 'light ',
+           '-' => ' light',
            ' ' => 'moderate ',
            '+' => 'heavy ',
            'VC' => '  in the vicinity',


_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins

Reply via email to