Skip to content
GitLab
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
89ec496d
Commit
89ec496d
authored
Nov 30, 2021
by
Tomaz Canabrava
Browse files
s/tr/i18n
parent
3c518040
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/SSHManager/sshmanagermodel.cpp
View file @
89ec496d
...
...
@@ -268,7 +268,7 @@ void SSHManagerModel::importFromSshConfigFile(const QString &file)
data
.
useSshConfig
=
true
;
data
.
importedFromSshConfig
=
true
;
data
.
profileName
=
Konsole
::
ProfileManager
::
instance
()
->
defaultProfile
()
->
name
();
addChildItem
(
data
,
tr
(
"SSH Config"
));
addChildItem
(
data
,
i18n
(
"SSH Config"
));
}
data
=
{};
...
...
@@ -301,7 +301,7 @@ void SSHManagerModel::importFromSshConfigFile(const QString &file)
}
data
.
useSshConfig
=
true
;
data
.
importedFromSshConfig
=
true
;
addChildItem
(
data
,
tr
(
"SSH Config"
));
addChildItem
(
data
,
i18n
(
"SSH Config"
));
}
}
}
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