Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KAlarm
Commits
18709dd8
Commit
18709dd8
authored
Jul 16, 2020
by
Yuri Chornoivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor typo fix: error error -> error
parent
bbc032ea
Pipeline
#27375
passed with stage
in 32 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/editdlgtypes.cpp
src/editdlgtypes.cpp
+1
-1
No files found.
src/editdlgtypes.cpp
View file @
18709dd8
...
...
@@ -770,7 +770,7 @@ void EditCommandAlarmDlg::type_init(QWidget* parent, QVBoxLayout* frameLayout)
frameLayout
->
addWidget
(
mCmdEdit
);
mCmdDontShowError
=
new
CheckBox
(
i18nc
(
"@option:check"
,
"Do not notify errors"
),
parent
);
mCmdDontShowError
->
setWhatsThis
(
i18nc
(
"@info:whatsthis"
,
"Do not show error
error
message if the command fails."
));
mCmdDontShowError
->
setWhatsThis
(
i18nc
(
"@info:whatsthis"
,
"Do not show error message if the command fails."
));
frameLayout
->
addWidget
(
mCmdDontShowError
,
0
,
Qt
::
AlignLeft
);
connect
(
mCmdDontShowError
,
&
CheckBox
::
toggled
,
this
,
&
EditCommandAlarmDlg
::
contentsChanged
);
...
...
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