diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | mdkapplet | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ o add an "upgrade system" in the menu when a new distro is available o ask for confirmation before performing distro upgrade + o use blue icon when there's a new distro Version 2.48 - 2 October 2008 @@ -111,7 +111,7 @@ my %state = ( tt => [ N_("New updates are available for your system") ] }, new_distribution => { - colour => [ 'error' ], + colour => [ 'bundle' ], changes => [ 'okay' ], menu => [ 'upgrade_distro', 'update', 'check' ], tt => [ N("A new stable distribution has been released") . "\n\n" . N("Do you want to upgrade?") ] |