[pitivi: 20/41] Correct some important trivia



commit 6aee8e9102d6093e513a06ff60805d4b209514cc
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Sun Jul 24 23:17:25 2011 -0400

    Correct some important trivia

 pitivi/ui/prefs.py |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/pitivi/ui/prefs.py b/pitivi/ui/prefs.py
index cec6285..17b1f44 100644
--- a/pitivi/ui/prefs.py
+++ b/pitivi/ui/prefs.py
@@ -420,8 +420,7 @@ if False:
     PreferencesDialog.addChoicePreference('aChoicePreference',
         label="Swallow Velocity",
         section="Test",
-        description="What is the velocity of an african swollow laden " \
-            "a coconut?",
+        description="What is the airspeed velocity of a coconut-laden swallow?",
         choices=(
             ("42 Knots", 32),
             ("9 furlongs per fortnight", 42),
@@ -430,14 +429,13 @@ if False:
     PreferencesDialog.addChoicePreference('aLongChoicePreference',
         label="Favorite Color",
         section="Test",
-        description="What is the velocity of an african swollow laden " \
-            "a coconut?",
+        description="What is the color of the parrot's plumage?",
         choices=(
             ("Mauve", "Mauve"),
             ("Chartreuse", "Chartreuse"),
             ("Magenta", "Magenta"),
             ("Pink", "Pink"),
-            ("Orange", "Orange"),
+            ("Norwegian Blue", "Norwegian Blue"),
             ("Yellow Ochre", "Yellow Ochre")))
 
     PreferencesDialog.addTogglePreference('aTogglePreference',



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