diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-06-28 15:49:45 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-06-28 15:49:45 +0100 |
commit | f1ffbc5001afa705e347dcdbcda1c8a54a90372b (patch) | |
tree | b07162396d07709d199e65d9182d82a635c051dd /apt-pkg/aptconfiguration.cc | |
parent | 8293f00b642e77908dd1c8cedf1f21ec6e7e1653 (diff) | |
parent | aa833344f36bb81fb79c9d1dbe8f9240a00fc645 (diff) |
merged from donkult
Diffstat (limited to 'apt-pkg/aptconfiguration.cc')
-rw-r--r-- | apt-pkg/aptconfiguration.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/aptconfiguration.cc b/apt-pkg/aptconfiguration.cc index ca602d4bf..e8c8e73d0 100644 --- a/apt-pkg/aptconfiguration.cc +++ b/apt-pkg/aptconfiguration.cc @@ -224,7 +224,7 @@ std::vector<std::string> const Configuration::getLanguages(bool const &All, environment.push_back("en"); } - // Support settings like Acquire::Translation=none on the command line to + // Support settings like Acquire::Languages=none on the command line to // override the configuration settings vector of languages. string const forceLang = _config->Find("Acquire::Languages",""); if (forceLang.empty() == false) { |