Author: duncan
Date: Sun Feb 24 12:36:33 2008
New Revision: 10430

Log:
Changed the recordserver down messages


Modified:
   branches/rel-1/freevo/src/util/misc.py

Modified: branches/rel-1/freevo/src/util/misc.py
==============================================================================
--- branches/rel-1/freevo/src/util/misc.py      (original)
+++ branches/rel-1/freevo/src/util/misc.py      Sun Feb 24 12:36:33 2008
@@ -413,12 +413,12 @@
 
         (status, recordings) = (True, 
RecordClient().getScheduledRecordingsNow())
         if recordings is None:
-            return _('The recordserver is down')
+            return _('Recording server is not available')
     else:
         (status, recordings) = scheduledRecordings
 
     if not status:
-        result = _('The recordserver is down')
+        result = _('Recording server is not available')
         return result
 
     progs = recordings.getProgramList()

-------------------------------------------------------------------------
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/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to