summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-01-26 19:54:10 +0100
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-01-26 19:54:10 +0100
commit79bbe42e52af6ddd5d680d118ac09a50dafc9b78 (patch)
tree0cd83dc37eef323867d26cdc0e4f3b67aff89b54 /data
parent31da72b447877118bd911ba9b4610bf3173f3f50 (diff)
downloadpython-apt-79bbe42e52af6ddd5d680d118ac09a50dafc9b78.tar.gz
* Do not use header capitalization in the combo box. The HIG says sentence capitalization
* Add a ":" to the checkbox for automatic updates. the sentence does not include the combo box
Diffstat (limited to 'data')
-rw-r--r--data/SoftwareProperties.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/SoftwareProperties.glade b/data/SoftwareProperties.glade
index edd12320..0a39a13f 100644
--- a/data/SoftwareProperties.glade
+++ b/data/SoftwareProperties.glade
@@ -299,7 +299,7 @@
<widget class="GtkCheckButton" id="checkbutton_auto_update">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Automatically check for updates</property>
+ <property name="label" translatable="yes">Automatically check for updates:</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>