[pitivi: 16/18] Fixe typos in setActionsSensitive method



commit 0dad85f28b5d500723c1624bad4b2822fe130aac
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date:   Sat Dec 25 22:55:56 2010 -0500

    Fixe typos in setActionsSensitive method

 pitivi/ui/mainwindow.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index 872cade..baa2091 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -529,12 +529,12 @@ class PitiviMainWindow(gtk.Window, Loggable):
     #TODO check if it is the way to go
     def setActionsSensitive(self, action_names, sensitive):
         """
-        Permit to get the focus for the keyboard letter keys
-        for other operation as typing text in an entry, or loose it
+        Grab (or release) keyboard letter keys focus/sensitivity
+        for operations such as typing text in an entry.
         @param action_names: The name of actions we
                              want to set to sensitive or not
         @type action_names: A {list} of action names
-        @param sensitiive: %True if actions must be sensitive False otherwise
+        @param sensitive: %True if actions must be sensitive False otherwise
         @type action_names: C{Bool}
         """
         for action in self.actiongroup.list_actions():



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