summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-21 13:28:32 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-21 13:28:32 +0000
commit9a8b427b9cd600dd2997a7dc87269994752866ac (patch)
tree9aa249c56db906712de06e81b3fa97831e0747ae
parentd705a4d70e9650322bc695196b89948a2239402e (diff)
downloadmgaonline-9a8b427b9cd600dd2997a7dc87269994752866ac.tar
mgaonline-9a8b427b9cd600dd2997a7dc87269994752866ac.tar.gz
mgaonline-9a8b427b9cd600dd2997a7dc87269994752866ac.tar.bz2
mgaonline-9a8b427b9cd600dd2997a7dc87269994752866ac.tar.xz
mgaonline-9a8b427b9cd600dd2997a7dc87269994752866ac.zip
(upgrade_distro_congratulations) when updates succeeded, warn one
"must" instead of "should" reboot
-rw-r--r--NEWS1
-rwxr-xr-xmdkapplet-upgrade-helper2
2 files changed, 2 insertions, 1 deletions
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: