diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | mdkapplet-upgrade-helper | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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: |