mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
minor typo
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
This commit is contained in:
parent
54a2bcdb1b
commit
a73e3e37cd
@ -177,7 +177,7 @@ function write_config($desc = 'Unknown', $backup = true)
|
||||
$cnf->save($revision_info, $backup);
|
||||
} catch (OPNsense\Core\ConfigException $e) {
|
||||
// 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()')));
|
||||
return -1;
|
||||
}
|
||||
|
||||
@ -22418,7 +22418,7 @@ msgid "WAN interface will be set to obtain an address automatically from a DHCP
|
||||
msgstr ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: src/etc/inc/util.inc:86
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user