changeset 183:a50ce9c06e0e

browser side: fixed typo
author Goffi <goffi@goffi.org>
date Sun, 03 Mar 2013 00:24:08 +0100
parents ec37ec737411
children 97d5e9de1106
files browser_side/menu.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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...<br>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...<br>Your picture must be a square and will be resized to 64x64 pixels if necessary')
         self.vPanel.add(self.message)
 
         hPanel = HorizontalPanel()