Author: duncan
Date: Wed Sep 26 17:06:39 2007
New Revision: 9910

Log:
Fixed a typo


Modified:
   branches/rel-1/freevo/src/plugins/oneclick.py

Modified: branches/rel-1/freevo/src/plugins/oneclick.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/oneclick.py       (original)
+++ branches/rel-1/freevo/src/plugins/oneclick.py       Wed Sep 26 17:06:39 2007
@@ -992,10 +992,8 @@
 
         lines = []
         try:
-            lines.append('%s %s' %
-                (_('As of:'), weather.getLastUpdated())
-            lines.append('%s %s' %
-                (_('at'), weather.getObservationStation()))
+            lines.append('%s %s' % (_('As of:'), weather.getLastUpdated()))
+            lines.append('%s %s' % (_('at'), weather.getObservationStation()))
             lines.append('  %s' % (weather.getCurrentCondition()))
             lines.append('  %s %s' % (_('Temperature:'), 
weather.getTemperature()))
             lines.append('  %s %s' % (_('Dew Point:'), weather.getDewPoint()))

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to