Commit a73e3e37 authored by Isaac (.ike) Levy's avatar Isaac (.ike) Levy

minor typo

Signed-off-by: 's avatarIsaac (.ike) Levy <ike@blackskyresearch.net>
parent 54a2bcdb
...@@ -177,7 +177,7 @@ function write_config($desc = 'Unknown', $backup = true) ...@@ -177,7 +177,7 @@ function write_config($desc = 'Unknown', $backup = true)
$cnf->save($revision_info, $backup); $cnf->save($revision_info, $backup);
} catch (OPNsense\Core\ConfigException $e) { } catch (OPNsense\Core\ConfigException $e) {
// write failure // write failure
log_error(gettext("WARNING: Config contents could not be save. Could not open file!")); log_error(gettext("WARNING: Config contents could not be saved. Could not open file!"));
file_notice('config.xml', sprintf("%s\n", gettext('Unable to open /conf/config.xml for writing in write_config()'))); file_notice('config.xml', sprintf("%s\n", gettext('Unable to open /conf/config.xml for writing in write_config()')));
return -1; return -1;
} }
......
...@@ -22418,7 +22418,7 @@ msgid "WAN interface will be set to obtain an address automatically from a DHCP ...@@ -22418,7 +22418,7 @@ msgid "WAN interface will be set to obtain an address automatically from a DHCP
msgstr "" msgstr ""
#: src/etc/inc/config.lib.inc:180 #: src/etc/inc/config.lib.inc:180
msgid "WARNING: Config contents could not be save. Could not open file!" msgid "WARNING: Config contents could not be saved. Could not open file!"
msgstr "" msgstr ""
#: src/etc/inc/util.inc:86 #: src/etc/inc/util.inc:86
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment