Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r8918023e9e53831f9f221f97c79e7bdf185a73f6 -r31bdd04017bc17ca8697dea8f78268382184d5f0 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 8918023e9e53831f9f221f97c79e7bdf185a73f6) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 31bdd04017bc17ca8697dea8f78268382184d5f0) @@ -89,10 +89,10 @@ def scroll_to_zone(zone=None, screen_object=None): """ - scroll to the zone if object is hidden - @param zone - (obj) UI object - @param screen_object - (obj) UI object - @return boolean true and false + scroll to the numeric if object is hidden + @param zone - UI object + @param screen_object - container object of zone + @return boolean true/false """ counter = 0 while counter <= 100: