diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-03-23 17:35:01 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-03-23 17:35:01 +0100 |
| commit | bbceb6da8e2b066f635be3856f1372a786ddd960 (patch) | |
| tree | aa9ab79f15735372cc7898a63dd9a66ca9d3ae24 /data | |
| parent | 9e10ae7190a2706a1a876a7bd214fd4d0ed4d43d (diff) | |
| download | python-apt-bbceb6da8e2b066f635be3856f1372a786ddd960.tar.gz | |
* fix a typo - #36123
Diffstat (limited to 'data')
| -rw-r--r-- | data/SoftwareProperties.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/SoftwareProperties.glade b/data/SoftwareProperties.glade index 89a56f11..5d55f68a 100644 --- a/data/SoftwareProperties.glade +++ b/data/SoftwareProperties.glade @@ -371,7 +371,7 @@ <widget class="GtkCheckButton" id="checkbutton_auto_download"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Download updates in the backgound, but do not install them</property> + <property name="label" translatable="yes">_Download updates in the background, but do not install them</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |
