From 8ef098ef4580d91cbf9c957f27e63f9fbbdd0b00 Mon Sep 17 00:00:00 2001 From: Kirill Likhodedov Date: Fri, 20 Apr 2012 13:06:16 +0400 Subject: [PATCH] Fix tooltip for "Built-in" ssh setting. IDEA-84936 --- plugins/git4idea/src/git4idea/i18n/GitBundle.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/git4idea/src/git4idea/i18n/GitBundle.properties b/plugins/git4idea/src/git4idea/i18n/GitBundle.properties index 51be87b34d77..d97f309ca2a3 100644 --- a/plugins/git4idea/src/git4idea/i18n/GitBundle.properties +++ b/plugins/git4idea/src/git4idea/i18n/GitBundle.properties @@ -146,7 +146,11 @@ git.vcs.config.convert.tooltip=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=Specify which version of SSH to be used with Git.The native implementation might cause hangups on some platforms. In native case, you also might need to configure ssh-askpass for your platform to receive GUI prompts for passwords. +git.vcs.config.ssh.mode.tooltip=Specify the version of SSH to be used with Git.\ + \ + The native implementation might cause hangups on some platforms. \ + In native case, you also might need to configure ssh-askpass for your platform to receive GUI prompts for passwords. git.vcs.config.ssh.mode=&SSH Executable: git.vcs.config.test.label=Test git.vcs.config.test=&Test