From 23cbd581dbb79d0b319052f62995b8152cc79a0a Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Tue, 25 Aug 2015 11:03:20 +0100 Subject: [PATCH] Use just Taiwan in countries list --- deluge/ui/countries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/countries.py b/deluge/ui/countries.py index a09b226f6..9c591f367 100644 --- a/deluge/ui/countries.py +++ b/deluge/ui/countries.py @@ -221,7 +221,7 @@ COUNTRIES = { 'SE': _('Sweden'), 'CH': _('Switzerland'), 'SY': _('Syrian Arab Republic'), - 'TW': _('Taiwan, Province of China'), + 'TW': _('Taiwan'), 'TJ': _('Tajikistan'), 'TZ': _('Tanzania, United Republic of'), 'TH': _('Thailand'),