diff options
author | Michael Keppler <Michael.Keppler@gmx.de> | 2018-11-11 11:35:44 +0100 |
---|---|---|
committer | Michael Keppler <Michael.Keppler@gmx.de> | 2018-11-11 11:35:44 +0100 |
commit | ddde2096556e094dee31470d5d41af7cb3b7cb72 (patch) | |
tree | 549adb8c340406e8621547876786e8680bbd2396 /org.eclipse.jgit/resources | |
parent | 54dd1d112a46a2b5a76fcdc1776c21fb110e497f (diff) | |
download | jgit-ddde2096556e094dee31470d5d41af7cb3b7cb72.tar.gz jgit-ddde2096556e094dee31470d5d41af7cb3b7cb72.zip |
Remove line break from sslFailureInfo text
Do not add an artificial line break to the message, since it may become
much wider due to the embedded exception messages anyway.
The layout shall be controlled by the egit supplied message dialog using
layout constraints.
Bug: 540537
Change-Id: I4257b52e5e59689dfcbab47bd7c075b3fd031837
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties index 1e1de206c0..af8d564983 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -639,7 +639,7 @@ squashCommitNotUpdatingHEAD=Squash commit -- not updating HEAD sshCommandFailed=Execution of ssh command ''{0}'' failed with error ''{1}'' sshUserNameError=Jsch error: failed to set SSH user name correctly to ''{0}''; using ''{1}'' picked up from SSH config file. sslFailureExceptionMessage=Secure connection to {0} could not be established because of SSL problems -sslFailureInfo=A secure connection to {0}\ncould not be established because the server''s certificate could not be validated. +sslFailureInfo=A secure connection to {0} could not be established because the server''s certificate could not be validated. sslFailureCause=SSL reported: {0} sslFailureTrustExplanation=Do you want to skip SSL verification for this server? sslTrustAlways=Always skip SSL verification for this server from now on |