summaryrefslogtreecommitdiff
path: root/SoftwareProperties
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-05-23 16:19:20 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-05-23 16:19:20 +0200
commitf51fa4e9a8905c3ac49e7836e31a4cbb034e39ae (patch)
tree96977451b1106d2fadd1c110554edefc7abe83bb /SoftwareProperties
parent67565d2a25edd775b0dfdfd36ad205341a717598 (diff)
downloadpython-apt-f51fa4e9a8905c3ac49e7836e31a4cbb034e39ae.tar.gz
* "6.06"->"6.06 LTS"
Diffstat (limited to 'SoftwareProperties')
-rw-r--r--SoftwareProperties/aptsources.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/SoftwareProperties/aptsources.py b/SoftwareProperties/aptsources.py
index bd8ef381..74ef2f4a 100644
--- a/SoftwareProperties/aptsources.py
+++ b/SoftwareProperties/aptsources.py
@@ -462,11 +462,11 @@ class SourceEntryMatcher:
ubuntu_comps, ubuntu_comps_descr))
self.dist_list.append(self.MatchDist(".*archive.ubuntu.com/ubuntu",
"^dapper-backports$",
- _("Ubuntu 6.06 Backports"),
+ _("Ubuntu 6.06 LTS Backports"),
ubuntu_comps, ubuntu_comps_descr))
self.dist_list.append(self.MatchDist(".*archive.ubuntu.com/ubuntu",
"^dapper-updates$",
- _("Ubuntu 6.06 Updates"),
+ _("Ubuntu 6.06 LTS Updates"),
ubuntu_comps, ubuntu_comps_descr))