summaryrefslogtreecommitdiffstats
path: root/Core.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-05-31 18:23:42 +0200
committerGravatar spoob <spoob@gmx.de> 2009-05-31 18:23:42 +0200
commit49d41f96c4ab61850ff5fab1f21f95886975ff95 (patch)
tree4ad19319ab212c8471386aee54a2205791e45b3b /Core.py
parentpyload server starts when gui starts (diff)
downloadpyload-49d41f96c4ab61850ff5fab1f21f95886975ff95.tar.xz
download plugin for xup.in added, download works with post data
Diffstat (limited to 'Core.py')
-rw-r--r--Core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core.py b/Core.py
index b4761de76..fdec3a084 100644
--- a/Core.py
+++ b/Core.py
@@ -145,7 +145,7 @@ class Core(object):
"""
newst_version = urllib2.urlopen("http://pyload.nady.biz/files/version.txt").readline().strip()
if CURRENT_VERSION < newst_version:
- print _("new update %s on pyload.de.rw") % newst_version #newer version out
+ print _("new update %s on pyload.org") % newst_version #newer version out
elif CURRENT_VERSION == newst_version:
print _("newst version %s in use:") % CURRENT_VERSION #using newst version
else: