]> source.dussan.org Git - jgit.git/commitdiff
Remove line break from sslFailureInfo text 46/131546/3
authorMichael Keppler <Michael.Keppler@gmx.de>
Sun, 11 Nov 2018 10:35:44 +0000 (11:35 +0100)
committerMichael Keppler <Michael.Keppler@gmx.de>
Sun, 11 Nov 2018 10:35:44 +0000 (11:35 +0100)
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>
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties

index 1e1de206c0f2b32dfad4e455c6c151632f9b74e4..af8d564983ec0bb42b4f25d576a9c053490a0ccf 100644 (file)
@@ -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