WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
snow-models
inishell
Commits
f8656fe1
Commit
f8656fe1
authored
Mar 01, 2021
by
Michael Reisecker
Browse files
Update German language file
parent
7b34b4b0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
resources/languages/inishell_de.ts
View file @
f8656fe1
This diff is collapsed.
Click to expand it.
src/panels/Checklist.cc
View file @
f8656fe1
...
...
@@ -115,7 +115,7 @@ void Checklist::setOptions(const QDomNode &options)
}
if
(
list_
->
count
()
==
0
)
{
topLog
(
QString
(
tr
(
R"(Invalid XML syntax for Checklist panel "%1::%2": no checkable options set.)"
).
arg
(
topLog
(
QString
(
tr
(
R"(
XML error:
Invalid XML syntax for Checklist panel "%1::%2": no checkable options set.)"
).
arg
(
section_
,
key_
)),
"error"
);
list_
->
setVisible
(
false
);
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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