diff options
| author | Sebastian Heinlein <renate@hph4> | 2006-04-17 15:04:18 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <renate@hph4> | 2006-04-17 15:04:18 +0200 |
| commit | 1d2f44862609f46d205f0c895fd72ad5c5253061 (patch) | |
| tree | f469d99d13dce41828bcfcc3d16c91aa8d2ce8a1 | |
| parent | dbe01bf94fa020f5fc88cc320cf47a79db146d73 (diff) | |
| download | python-apt-1d2f44862609f46d205f0c895fd72ad5c5253061.tar.gz | |
* Fixed wrong term: the components of a channel are called components and
not sections
| -rw-r--r-- | data/SoftwarePropertiesDialogs.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/SoftwarePropertiesDialogs.glade b/data/SoftwarePropertiesDialogs.glade index 7ff8d976..9e23c583 100644 --- a/data/SoftwarePropertiesDialogs.glade +++ b/data/SoftwarePropertiesDialogs.glade @@ -187,7 +187,7 @@ <child> <widget class="GtkLabel" id="label32"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Sections</b></property> + <property name="label" translatable="yes"><b>Components</b></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |
