diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-04 17:05:39 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-04 17:05:39 +0200 |
| commit | f3beae39e348777d27ca6dd999f04202aa6c9502 (patch) | |
| tree | 4c0247e964289530348ccf0cc83228f3ec6a5450 | |
| parent | 681625e65d2f2b543da92a42a52f90f2ab3b1ef2 (diff) | |
| parent | dbe01bf94fa020f5fc88cc320cf47a79db146d73 (diff) | |
| download | python-apt-f3beae39e348777d27ca6dd999f04202aa6c9502.tar.gz | |
* merged from glatzor
| -rw-r--r-- | data/UpdateManager.glade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/UpdateManager.glade b/data/UpdateManager.glade index a4c149df..525b329c 100644 --- a/data/UpdateManager.glade +++ b/data/UpdateManager.glade @@ -283,7 +283,7 @@ <child> <widget class="GtkButton" id="button1"> <property name="visible">True</property> - <property name="tooltip" translatable="yes">Check for available updates</property> + <property name="tooltip" translatable="yes">Check the software channels for new updates</property> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> @@ -512,7 +512,7 @@ <property name="overwrite">False</property> <property name="accepts_tab">True</property> <property name="justification">GTK_JUSTIFY_LEFT</property> - <property name="wrap_mode">GTK_WRAP_WORD</property> + <property name="wrap_mode">GTK_WRAP_NONE</property> <property name="cursor_visible">False</property> <property name="pixels_above_lines">6</property> <property name="pixels_below_lines">0</property> @@ -1364,7 +1364,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>Checking for available updates</b></big> + <property name="label" translatable="yes"><big><b>Analysing your system</b></big> Software updates can correct errors, eliminate security vulnerabilities, and provide new features to you.</property> <property name="use_underline">False</property> |
