summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgrade.glade
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-02-25 20:10:28 +0100
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-02-25 20:10:28 +0100
commit9f1f9070d249457871a92d52eb3817c73e6fe0ac (patch)
tree6c3657fc46eeeb786c41ccdaa57fda496ec5a921 /DistUpgrade/DistUpgrade.glade
parent52c686391e543bbc1084ec15f40abe8e58b1d514 (diff)
downloadpython-apt-9f1f9070d249457871a92d52eb3817c73e6fe0ac.tar.gz
* Use nice grammer #32864
* Show a warning about the time an upgrade can take * Show a warning that the upgrade cannot be canceled * Show a warning to close all apps and documents before upgrading * Only show the download size if there are upgrades
Diffstat (limited to 'DistUpgrade/DistUpgrade.glade')
-rw-r--r--DistUpgrade/DistUpgrade.glade3
1 files changed, 2 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgrade.glade b/DistUpgrade/DistUpgrade.glade
index c28b20ad..e50476e2 100644
--- a/DistUpgrade/DistUpgrade.glade
+++ b/DistUpgrade/DistUpgrade.glade
@@ -586,12 +586,13 @@
<child>
<widget class="GtkLabel" id="label_summary">
<property name="visible">True</property>
+ <property name="can_focus">True</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>
<property name="wrap">True</property>
- <property name="selectable">False</property>
+ <property name="selectable">True</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>