get it at instead of get it here

This commit is contained in:
Nikos Kouremenos 2006-09-09 13:00:49 +00:00
parent a15dbddca3
commit d1ab748cfd
1 changed files with 1 additions and 1 deletions

View File

@ -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,