Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
a73e3e37
Commit
a73e3e37
authored
Apr 23, 2015
by
Isaac (.ike) Levy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor typo
Signed-off-by:
Isaac (.ike) Levy
<
ike@blackskyresearch.net
>
parent
54a2bcdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config.lib.inc
src/etc/inc/config.lib.inc
+1
-1
OPNsense.pot
src/share/locale/en/LC_MESSAGES/OPNsense.pot
+1
-1
No files found.
src/etc/inc/config.lib.inc
View file @
a73e3e37
...
...
@@ -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 save
d
. 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
;
}
...
...
src/share/locale/en/LC_MESSAGES/OPNsense.pot
View file @
a73e3e37
...
...
@@ -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 save
d
. Could not open file!"
msgstr ""
#: src/etc/inc/util.inc:86
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment