mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix tooltip for "Built-in" ssh setting. IDEA-84936
This commit is contained in:
@@ -146,7 +146,11 @@ git.vcs.config.convert.tooltip=<html>Specify what to do if line separators in a
|
||||
git.vcs.config.path.label=Path to &Git Executable:
|
||||
git.vcs.config.ssh.mode.idea=Built-in
|
||||
git.vcs.config.ssh.mode.native=Native
|
||||
git.vcs.config.ssh.mode.tooltip=<html>Specify which version of SSH to be used with Git.<ul><li><b>Native</b> means that the native SSH will be used.</li><li><b>{0} SSH</b> means that the implementation provided by the {0} will be used.</li></ul>The native implementation might cause hangups on some platforms. In native case, you also might need to configure <em>ssh-askpass</em> for your platform to receive GUI prompts for passwords.</html>
|
||||
git.vcs.config.ssh.mode.tooltip=<html>Specify the version of SSH to be used with Git.\
|
||||
<ul><li><b>Native</b> means that the native SSH will be used.</li>\
|
||||
<li><b>Built-in</b> means that the implementation provided by {0} will be used.</li></ul>\
|
||||
The native implementation might cause hangups on some platforms. \
|
||||
In native case, you also might need to configure <em>ssh-askpass</em> for your platform to receive GUI prompts for passwords.</html>
|
||||
git.vcs.config.ssh.mode=&SSH Executable:
|
||||
git.vcs.config.test.label=Test
|
||||
git.vcs.config.test=&Test
|
||||
|
||||
Reference in New Issue
Block a user