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
7d64c0ef
Commit
7d64c0ef
authored
Dec 02, 2021
by
Yuri Chornoivan
Browse files
Fix minor typo
parent
c572e2a4
Pipeline
#104142
passed with stage
in 1 minute and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/SSHManager/sshmanagerpluginwidget.cpp
View file @
7d64c0ef
...
...
@@ -395,7 +395,7 @@ void SSHManagerTreeWidget::handleTreeClick(Qt::MouseButton btn, const QModelInde
ui
->
btnRemove
->
setToolTip
(
i18n
(
"Cannot remove this folder"
));
}
else
{
ui
->
btnRemove
->
setEnabled
(
true
);
ui
->
btnRemove
->
setToolTip
(
i18n
(
"Remove folder and all of it
'
s contents"
));
ui
->
btnRemove
->
setToolTip
(
i18n
(
"Remove folder and all of its contents"
));
}
ui
->
btnEdit
->
setEnabled
(
false
);
if
(
ui
->
sshInfoPane
->
isVisible
())
{
...
...
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