summaryrefslogtreecommitdiffstats
path: root/lib/network
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network')
-rwxr-xr-xlib/network/netcenter.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm
index cc8c746..7e484b5 100755
--- a/lib/network/netcenter.pm
+++ b/lib/network/netcenter.pm
@@ -137,7 +137,7 @@ sub advanced_settings {
network::network::advanced_settings_write($u);
# check if the CRDA changed
if ($old_crda ne $net->{network}{CRDA_DOMAIN}) {
- if ($in->ask_okcancel(N("Wireless configuration"), N("Do you want to apply new wireless regulation settings now?"), 1)) {
+ if ($in->ask_okcancel(N("Wireless"), N("Do you want to apply new wireless regulation settings now?"), 1)) {
# restarting network
run_program::run("iw", "reg", "set", $net->{network}{CRDA_DOMAIN});
}