diff --git a/src/etc/inc/config.lib.inc b/src/etc/inc/config.lib.inc index a2b2481da..57b8e9bf0 100644 --- a/src/etc/inc/config.lib.inc +++ b/src/etc/inc/config.lib.inc @@ -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; } diff --git a/src/share/locale/en/LC_MESSAGES/OPNsense.pot b/src/share/locale/en/LC_MESSAGES/OPNsense.pot index c77643704..395b9033c 100644 --- a/src/share/locale/en/LC_MESSAGES/OPNsense.pot +++ b/src/share/locale/en/LC_MESSAGES/OPNsense.pot @@ -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