diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-29 23:11:17 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-29 23:11:17 +0200 |
| commit | ab901030dbec4180254a680dd1c49016cfc36d4a (patch) | |
| tree | e4534baa3153a2b66ce9d69d7b1ba00ceb0908cc /DistUpgrade/DistUpgradeControler.py | |
| parent | 9a8c25937bfac8242b7eef9f3f815a273392606a (diff) | |
| download | python-apt-ab901030dbec4180254a680dd1c49016cfc36d4a.tar.gz | |
* DistUpgrade/*:
- added download time estimation (based on modem and 1Mbit DSL)
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeControler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index 689882ac..cb0835fb 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -132,7 +132,7 @@ class DistUpgradeControler(object): _("The upgrade can use the network to check " "the latest updates and to fetch packages that are not on the " "current CD.\n" - "If you have inexpensive network access you should answer " + "If you have fast or inexpensive network access you should answer " "'Yes' here. If networking is expensive for you choose 'No'.") ) self.useNetwork = res |
