summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorglatzor@ubuntu.com <>2006-09-11 12:45:31 +0200
committerglatzor@ubuntu.com <>2006-09-11 12:45:31 +0200
commit4530643d34b9a9d469872a6d128e44e126095cf3 (patch)
treefb066c06c41b3a8278b6b1c6fe1e0e58f5b98762 /data
parent3faae57b8c05f052b733274d99873d2379de3da3 (diff)
downloadpython-apt-4530643d34b9a9d469872a6d128e44e126095cf3.tar.gz
* use PANGO_ELLIPSIZE_END for the action label in the progress dialog
to avoid ugly resizes of the dialog * replace "exmaing system" by "starting update manager" to avoid the confusion with checking for updates
Diffstat (limited to 'data')
-rw-r--r--data/glade/UpdateManager.glade4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/glade/UpdateManager.glade b/data/glade/UpdateManager.glade
index 372be566..bb78008c 100644
--- a/data/glade/UpdateManager.glade
+++ b/data/glade/UpdateManager.glade
@@ -1373,7 +1373,7 @@ Your system does not check for updates automatically. You can configure this beh
<child>
<widget class="GtkLabel" id="label22">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;big&gt;&lt;b&gt;Examining your system&lt;/b&gt;&lt;/big&gt;
+ <property name="label" translatable="yes">&lt;big&gt;&lt;b&gt;Starting update manager&lt;/b&gt;&lt;/big&gt;
Software updates correct errors, eliminate security vulnerabilities and provide new features.</property>
<property name="use_underline">False</property>
@@ -1431,7 +1431,7 @@ Software updates correct errors, eliminate security vulnerabilities and provide
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
- <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_END</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>