# HG changeset patch # User Goffi # Date 1362266648 -3600 # Node ID a50ce9c06e0e50cb3dbc1ab42721697e81741059 # Parent ec37ec73741143cd4d23b31bda52b6dc4bdee92a browser side: fixed typo diff -r ec37ec737411 -r a50ce9c06e0e browser_side/menu.py --- a/browser_side/menu.py Tue Feb 26 00:39:19 2013 +0100 +++ b/browser_side/menu.py Sun Mar 03 00:24:08 2013 +0100 @@ -75,7 +75,7 @@ self.setMethod(FormPanel.METHOD_POST) self.setAction("upload_avatar") self.vPanel = VerticalPanel() - self.message = HTML('Please select an image to show as your avatar...
Your picture must be a square an will be resized to 64x64 pixels if necessary') + self.message = HTML('Please select an image to show as your avatar...
Your picture must be a square and will be resized to 64x64 pixels if necessary') self.vPanel.add(self.message) hPanel = HorizontalPanel()