diff options
| author | glatzor@ubuntu.com <> | 2006-09-11 12:45:31 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-09-11 12:45:31 +0200 |
| commit | 4530643d34b9a9d469872a6d128e44e126095cf3 (patch) | |
| tree | fb066c06c41b3a8278b6b1c6fe1e0e58f5b98762 /data | |
| parent | 3faae57b8c05f052b733274d99873d2379de3da3 (diff) | |
| download | python-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.glade | 4 |
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"><big><b>Examining your system</b></big> + <property name="label" translatable="yes"><big><b>Starting update manager</b></big> 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> |
