diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-03 21:05:48 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-03 21:05:48 +0200 |
| commit | dbe01bf94fa020f5fc88cc320cf47a79db146d73 (patch) | |
| tree | 704bb2845c694eaf818bceefc483e78c358cd7f0 /data | |
| parent | ccb837a65f8afc4d14c8faed8fbe34a0effc5435 (diff) | |
| download | python-apt-dbe01bf94fa020f5fc88cc320cf47a79db146d73.tar.gz | |
* Changed wording of the apt caching progress:
"Checking for updates" -> "Analysing your system"
check should only be used if the repositories are actually queried
Diffstat (limited to 'data')
| -rw-r--r-- | data/UpdateManager.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/UpdateManager.glade b/data/UpdateManager.glade index 85308b28..525b329c 100644 --- a/data/UpdateManager.glade +++ b/data/UpdateManager.glade @@ -467,7 +467,7 @@ <widget class="GtkExpander" id="expander_details"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="expanded">True</property> + <property name="expanded">False</property> <property name="spacing">6</property> <signal name="activate" handler="on_expander_details_activate" last_modification_time="Mon, 31 Jan 2005 17:55:19 GMT"/> @@ -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> |
