summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DistUpgrade/DistUpgrade.glade2
-rw-r--r--SoftwareProperties/aptsources.py4
-rw-r--r--channels/Ubuntu.info.in6
3 files changed, 6 insertions, 6 deletions
diff --git a/DistUpgrade/DistUpgrade.glade b/DistUpgrade/DistUpgrade.glade
index e398bfdb..91d5b33f 100644
--- a/DistUpgrade/DistUpgrade.glade
+++ b/DistUpgrade/DistUpgrade.glade
@@ -38,7 +38,7 @@
<child>
<widget class="GtkLabel" id="label_title">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;span weight=&quot;bold&quot; size=&quot;x-large&quot;&gt;Upgrading to Ubuntu &quot;Dapper&quot; 6.06&lt;/span&gt;</property>
+ <property name="label" translatable="yes">&lt;span weight=&quot;bold&quot; size=&quot;x-large&quot;&gt;Upgrading to Ubuntu 6.06 LTS&lt;/span&gt;</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
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))
diff --git a/channels/Ubuntu.info.in b/channels/Ubuntu.info.in
index d8eb1eae..94833aca 100644
--- a/channels/Ubuntu.info.in
+++ b/channels/Ubuntu.info.in
@@ -20,7 +20,7 @@ _CompDescription: Non-free (Multiverse)
Suite: dapper-security
RepositoryType: deb
BaseURI: http://security.ubuntu.com/ubuntu/
-_Description: Ubuntu 6.06 Security Updates
+_Description: Ubuntu 6.06 LTS Security Updates
Component: main
Enabled: 1
_CompDescription: Officially supported
@@ -37,7 +37,7 @@ _CompDescription: Non-free (Multiverse)
Suite: dapper-updates
RepositoryType: deb
BaseURI: http://archive.ubuntu.com/ubuntu/
-_Description: Ubuntu 6.06 Updates
+_Description: Ubuntu 6.06 LTS Updates
Component: main
Enabled: 1
_CompDescription: Officially supported
@@ -54,7 +54,7 @@ _CompDescription: Non-free (Multiverse)
Suite: dapper-backports
RepositoryType: deb
BaseURI: http://archive.ubuntu.com/ubuntu/
-_Description: Ubuntu 6.06 Backports
+_Description: Ubuntu 6.06 LTS Backports
Component: main
Enabled: 1
_CompDescription: Officially supported