--- a/UI/UserInterface.py Sat Jun 29 18:40:45 2013 +0200 +++ b/UI/UserInterface.py Sun Jun 30 19:55:48 2013 +0200 @@ -5678,7 +5678,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()