minor typo

Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
This commit is contained in:
Isaac (.ike) Levy 2015-04-23 01:51:25 -04:00
parent 54a2bcdb1b
commit a73e3e37cd
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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