--- a/UI/UserInterface.py Sat Jun 29 18:40:45 2013 +0200 +++ b/UI/UserInterface.py Sun Jun 30 20:03:24 2013 +0200 @@ -5530,7 +5530,7 @@ Private method to get the geometry of a floating windows. @param w reference to the widget to be saved (QWidget) - @return list giving the widget's geometry and it's visibility + @return list giving the widget's geometry and its visibility """ s = w.size() p = w.pos()