diff --git a/src/gajim.py b/src/gajim.py
index cd9aa9c187b0e743ebd7cb0a4d3843f193c30187..4459293a40bb93654bacd1a1041186ad2c571d53 100755
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -85,7 +85,7 @@ if os.name == 'nt':
 		import win32con
 	except:
 		pritext = _('Gajim needs pywin32 to run')
-		sectext = _('Please make sure that Pywin32 is installed on your system. You can get it here %s') % 'http://sourceforge.net/project/showfiles.php?group_id=78018'
+		sectext = _('Please make sure that Pywin32 is installed on your system. You can get it at %s') % 'http://sourceforge.net/project/showfiles.php?group_id=78018'
 
 if pritext:
 	dlg = gtk.MessageDialog(None,