summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: