diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-23 16:19:20 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-23 16:19:20 +0200 |
| commit | f51fa4e9a8905c3ac49e7836e31a4cbb034e39ae (patch) | |
| tree | 96977451b1106d2fadd1c110554edefc7abe83bb | |
| parent | 67565d2a25edd775b0dfdfd36ad205341a717598 (diff) | |
| download | python-apt-f51fa4e9a8905c3ac49e7836e31a4cbb034e39ae.tar.gz | |
* "6.06"->"6.06 LTS"
| -rw-r--r-- | DistUpgrade/DistUpgrade.glade | 2 | ||||
| -rw-r--r-- | SoftwareProperties/aptsources.py | 4 | ||||
| -rw-r--r-- | channels/Ubuntu.info.in | 6 |
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"><span weight="bold" size="x-large">Upgrading to Ubuntu "Dapper" 6.06</span></property> + <property name="label" translatable="yes"><span weight="bold" size="x-large">Upgrading to Ubuntu 6.06 LTS</span></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 |
