From 9a8b427b9cd600dd2997a7dc87269994752866ac Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 21 Oct 2008 13:28:32 +0000 Subject: (upgrade_distro_congratulations) when updates succeeded, warn one "must" instead of "should" reboot --- NEWS | 1 + mdkapplet-upgrade-helper | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c8478f77..5b32a3be 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ o disable the X screen saver while upgrading the system o when updates succeeded: * offer to reboot + * s/should/must/ Version 2.63 - 16 October 2008 diff --git a/mdkapplet-upgrade-helper b/mdkapplet-upgrade-helper index 2d58ac4e..144416eb 100755 --- a/mdkapplet-upgrade-helper +++ b/mdkapplet-upgrade-helper @@ -122,7 +122,7 @@ sub upgrade_distro_congratulations() { line_wrap => 1, # workaround infamous 6 years old gnome bug #101968: width => $width - 50), - gtknew('Label_Left', text => N("You should restart your system."), + gtknew('Label_Left', text => N("You must restart your system."), # explicitely wrap (for 2008.1): line_wrap => 1, # workaround infamous 6 years old gnome bug #101968: -- cgit v1.2.1