[pitivi] check.py: Fix string (Cairo=>cairo). Fixes #584415



commit 8a09d94171523a77f274c441e0b784ba75e4e1be
Author: Edward Hervey <bilboed bilboed com>
Date:   Mon Jun 1 09:54:05 2009 +0200

    check.py: Fix string (Cairo=>cairo). Fixes #584415
---
 pitivi/check.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pitivi/check.py b/pitivi/check.py
index 042aa6a..b539a9b 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -158,8 +158,8 @@ def _checks():
                 ("Install a version of the GStreamer greater or equal to %s") % req)
     req, inst = check_required_version("cairo")
     if req:
-        return (_("You do not have a recent enough version of the Cairo Python bindings (currently %s)") % inst,
-                ("Install a version of the Cairo Python bindings greater or equal to %s") % req)
+        return (_("You do not have a recent enough version of the cairo Python bindings (currently %s)") % inst,
+                ("Install a version of the cairo Python bindings greater or equal to %s") % req)
     req, inst = check_required_version("gnonlin")
     if req:
         return (_("You do not have a recent enough version of the GNonLin GStreamer plugin (currently %s)") % inst,



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