From 3c85d66783b0f03a36d36356ecdebf17754f75ec Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 29 Dec 2010 22:22:50 +0100 Subject: MU free fixed --- module/config/default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/config') diff --git a/module/config/default.conf b/module/config/default.conf index b6ecce755..1c0d935ab 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -32,7 +32,7 @@ general - "General": download - "Download": int chunks : "Max connections for one download" = 3 int max_downloads : "Max Parallel Downloads" = 3 - int max_speed : "Max Download Speed kb/s" = -1 + int max_speed : "Max Download Speed in kb/s" = -1 bool limit_speed : "Limit Download Speed" = False bool proxy : "Use Proxy" = False str interface : "Download interface to bind (ip or Name)" = None @@ -56,6 +56,6 @@ downloadTime - "Download Time": proxy - "Proxy": str address : "Address" = "localhost" int port : "Port" = 7070 - str type : "Protocol (http|socks4|socks5)" = http + http;socks4;socks5 type : "Protocol" = http str username : "Username" = None str password : "Password" = None -- cgit v1.2.3