Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Add-ons
Commits
c408124e
Commit
c408124e
authored
Dec 04, 2020
by
Kevin Funk
☕
Browse files
Minor: Fix string, respect KDE HIG
parent
660576a5
Pipeline
#42935
passed with stage
in 60 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/messageviewerplugins/createeventplugin/eventedit.cpp
View file @
c408124e
...
...
@@ -126,7 +126,7 @@ EventEdit::EventEdit(QWidget *parent)
connect
(
mSaveButton
,
&
QPushButton
::
clicked
,
this
,
&
EventEdit
::
slotReturnPressed
);
hbox
->
addWidget
(
mSaveButton
);
mOpenEditorButton
=
new
QPushButton
(
i18n
(
"Open &
e
ditor..."
),
this
);
mOpenEditorButton
=
new
QPushButton
(
i18n
(
"Open &
E
ditor..."
),
this
);
#ifndef QT_NO_ACCESSIBILITY
mOpenEditorButton
->
setAccessibleDescription
(
i18n
(
"Open event editor, where more details can be changed."
));
#endif
...
...
Write
Preview
Supports
Markdown
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