diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-26 09:26:33 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-26 09:26:33 +0100 |
| commit | 9184e9d648fb8ff3f8a437817cb67d5cf17e2010 (patch) | |
| tree | b55607935b49b5653b65ea573dfa9245f6453f3a /data | |
| parent | 9f1f9070d249457871a92d52eb3817c73e6fe0ac (diff) | |
| download | python-apt-9184e9d648fb8ff3f8a437817cb67d5cf17e2010.tar.gz | |
* Use the dist name from lsbrelease in the add channel dialog
Diffstat (limited to 'data')
| -rw-r--r-- | data/SoftwarePropertiesDialogs.glade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/SoftwarePropertiesDialogs.glade b/data/SoftwarePropertiesDialogs.glade index 3e4be82f..175d152b 100644 --- a/data/SoftwarePropertiesDialogs.glade +++ b/data/SoftwarePropertiesDialogs.glade @@ -92,9 +92,9 @@ <signal name="toggled" handler="on_radiobutton_official_toggled" last_modification_time="Thu, 23 Feb 2006 10:03:57 GMT"/> <child> - <widget class="GtkLabel" id="label71"> + <widget class="GtkLabel" id="label_dist"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Official Ubuntu Channel</b></property> + <property name="label" translatable="yes"></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -247,7 +247,7 @@ <child> <widget class="GtkLabel" id="label70"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Custom Channel</b></property> + <property name="label" translatable="yes"><b>Custom channel</b></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |
