[pitivi: 9/11] Discoverer: fix "no streams found" error message



commit 59ccee6ba2d483597f611593d0d164af9a551223
Author: Alessandro Decina <alessandro d gmail com>
Date:   Wed May 6 16:52:04 2009 +0200

    Discoverer: fix "no streams found" error message
---
 pitivi/discoverer.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pitivi/discoverer.py b/pitivi/discoverer.py
index 147fbc2..d964f46 100644
--- a/pitivi/discoverer.py
+++ b/pitivi/discoverer.py
@@ -179,8 +179,8 @@ class Discoverer(Signallable, Loggable):
         missing_plugins = self._checkMissingPlugins()
         if not self.current_streams and self.error is None:
             # EOS and no decodable streams?
-            self.error = _('FIXME: no output streams')
-            self.error_detail = _('see above')
+            self.error = _('No streams found')
+            self.error_detail = ""
 
         if len(self.current_streams) == 1:
             stream = self.current_streams[0]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]