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
Utilities
Konsole
Commits
9e28c446
Verified
Commit
9e28c446
authored
Jan 30, 2021
by
Xuetian Weng
Browse files
Fix typo.
parent
0e1eb070
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/EditProfileDialog.cpp
View file @
9e28c446
...
...
@@ -1807,7 +1807,7 @@ void EditProfileDialog::setTextEditorCombo(const Profile::Ptr &profile)
connect
(
_mouseUi
->
textEditorCustomBtn
,
&
QAbstractButton
::
clicked
,
this
,
[
this
,
profile
]()
{
auto
*
dlg
=
new
QInputDialog
(
static_cast
<
QWidget
*>
(
this
));
dlg
->
setLabelText
(
i18n
(
"The format is e.g. 'e
i
dtorExec PATH:LINE:COLUMN'
\n\n
"
dlg
->
setLabelText
(
i18n
(
"The format is e.g. 'ed
i
torExec PATH:LINE:COLUMN'
\n\n
"
"PATH will be replaced by the path to the text file
\n
"
"LINE will be replaced by the line number
\n
"
"COLUMN (optional) will be replaced by the column number
\n
"
...
...
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