summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xmdkapplet2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8e3a18b2..1c7b0d3a 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/mdkapplet b/mdkapplet
index b1b42576..84539b7b 100755
--- a/mdkapplet
+++ b/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.")
: ''),