summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-09 19:52:42 +0100
committerGitHub <noreply@github.com>2017-03-09 19:52:42 +0100
commita29f2ee6394a6c6f57d12e03c678d694d4e5f24a (patch)
treea4c945e21794be862ba70fe7be8a02dccf53379b /src/usr
parent4f36a53c86f1de21edb937a29453faed715d2031 (diff)
downloadpfsense-a29f2ee6394a6c6f57d12e03c678d694d4e5f24a.zip
pfsense-a29f2ee6394a6c6f57d12e03c678d694d4e5f24a.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc b/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
index 6bd7a05..24c3a42 100644
--- a/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
+++ b/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
@@ -1635,7 +1635,7 @@ function apply_all_chosen_items() {
}
}
}
- write_config();
+ write_config(gettext("Shaper configuration saved via pfSense traffic shaper wizard."));
}
function wizard_get_bandwidthtype_scale($type = "b") {
OpenPOWER on IntegriCloud