From 677670b09e7536d25bec3c1e747ef2dbc8eaa727 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 23 Oct 2008 08:06:49 +0000 Subject: - mdkapplet o do not advise to use AC & wired network when not using a laptop --- NEWS | 3 +++ mdkapplet | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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.") : ''), -- cgit v1.2.1