From: Markus Armbruster Date: Sat, 11 Feb 2012 08:01:30 +0000 (+0100) Subject: Clarify buytax econfig doc string X-Git-Tag: v4.3.30~56 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=9f3e9f833acc89ad358749bae7cb91b9d58658b3;hp=c0d4ba57d6188bfe4a079afdd39b9d8016e35242 Clarify buytax econfig doc string Reported by Scott C. Zielinski. --- diff --git a/include/econfig-spec.h b/include/econfig-spec.h index 59e27c010..69fb01a9e 100644 --- a/include/econfig-spec.h +++ b/include/econfig-spec.h @@ -353,7 +353,7 @@ EMPCFBOTH("MARK_DELAY", MARK_DELAY, int, NSC_INT, 0, EMPCFBOTH("TRADE_DELAY", TRADE_DELAY, int, NSC_INT, 0, "Time ships, planes, lands and nukes stay on the market for bidding (seconds)") EMPCFBOTH("buytax", buytax, double, NSC_DOUBLE, 0, - "Tax (in percentage points) charged to the buyer on market purchases") + "Multiple of the bid charged to the buyer on market purchases") EMPCFBOTH("tradetax", tradetax, double, NSC_DOUBLE, 0, "Amount of a trade transaction the seller makes (the rest is tax)")