show_notification "`gettext \"MAC spoofing failure!\"`""`eval_gettext \"MAC spoofing failed for network device '\\\${nic_name}'(\\\${nic}). The device has been disabled to prevent it from leaking your geographical location. For more information, see the <a href='file:///usr/share/doc/tails/website/doc/advanced_topics/mac_changer.en.html'>documentation</a>.\"`"
show_notification "`gettext \"MAC spoofing failure!\"`""`eval_gettext \"MAC spoofing failed for network device '\\\${nic_name}'(\\\${nic}). The device has been disabled to prevent it from leaking your geographical location. For more information, see the <a href='file:///usr/share/doc/tails/website/doc/first_steps/startup_options/mac_spoofing.en.html'>documentation</a>.\"`"
}
}
notify_panic_failure(){
notify_panic_failure(){
...
@@ -34,7 +34,7 @@ notify_panic_failure() {
...
@@ -34,7 +34,7 @@ notify_panic_failure() {
local nic_name
local nic_name
nic="${1}"
nic="${1}"
nic_name="${2}"
nic_name="${2}"
show_notification "`gettext \"MAC spoofing failure!\"`""`eval_gettext \"MAC spoofing failed for network device '\\\${nic_name}'(\\\${nic}). Because of failures when trying to disable the device, networking has been completely disabled instead. For more information, see the <a href='file:///usr/share/doc/tails/website/doc/advanced_topics/mac_changer.en.html'>documentation</a>.\"`"
show_notification "`gettext \"MAC spoofing failure!\"`""`eval_gettext \"MAC spoofing failed for network device '\\\${nic_name}'(\\\${nic}). Because of failures when trying to disable the device, networking has been completely disabled instead. For more information, see the <a href='file:///usr/share/doc/first_steps/startup_options/mac_spoofing.en.html'>documentation</a>.\"`"