From ccb837a65f8afc4d14c8faed8fbe34a0effc5435 Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Mon, 3 Apr 2006 18:44:33 +0200 Subject: * don't wrap the changelog - this results in wrong formatted lines fix for bug #37194 * clearify the tooltip of the check button --- data/UpdateManager.glade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/UpdateManager.glade b/data/UpdateManager.glade index a4c149df..85308b28 100644 --- a/data/UpdateManager.glade +++ b/data/UpdateManager.glade @@ -283,7 +283,7 @@ True - Check for available updates + Check the software channels for new updates True True GTK_RELIEF_NORMAL @@ -467,7 +467,7 @@ True True - False + True 6 @@ -512,7 +512,7 @@ False True GTK_JUSTIFY_LEFT - GTK_WRAP_WORD + GTK_WRAP_NONE False 6 0 -- cgit v1.2.3 From dbe01bf94fa020f5fc88cc320cf47a79db146d73 Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Mon, 3 Apr 2006 21:05:48 +0200 Subject: * Changed wording of the apt caching progress: "Checking for updates" -> "Analysing your system" check should only be used if the repositories are actually queried --- data/UpdateManager.glade | 4 ++-- 1 file 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 @@ True True - True + False 6 @@ -1364,7 +1364,7 @@ Your system does not check for updates automatically. You can configure this beh True - <big><b>Checking for available updates</b></big> + <big><b>Analysing your system</b></big> Software updates can correct errors, eliminate security vulnerabilities, and provide new features to you. False -- cgit v1.2.3