diff options
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | mdkapplet | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +- mdkapplet + o do not advise to use AC & wired network when not using a laptop + Version 2.66 - 22 October 2008 - mdkapplet @@ -414,7 +414,7 @@ sub really_confirm_upgrade() { @common), gtknew('Label_Left', text => N("Estimated download data will be %s", $c), @common), gtknew('Label_Left', text => N("You should close all other running applications before continuing.") . - (1 || detect_devices::isLaptop() ? + (detect_devices::isLaptop() ? ' ' . N("You should put your laptop on AC and favor ethernet connection over wifi, if available.") : ''), |