From ddde2096556e094dee31470d5d41af7cb3b7cb72 Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Sun, 11 Nov 2018 11:35:44 +0100 Subject: [PATCH] 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 --- .../resources/org/eclipse/jgit/internal/JGitText.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1e1de206c..af8d56498 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