diff options
author | Thomas Wolf <twolf@apache.org> | 2023-09-12 20:58:38 +0200 |
---|---|---|
committer | Thomas Wolf <twolf@apache.org> | 2023-09-26 19:35:48 +0200 |
commit | 2ab7c3ebe3e26e370eef0c96b0b8d2d7fbef1d4f (patch) | |
tree | f1d38963bc20b3c69bd8b83392bf972f03209125 | |
parent | b6b1e0a0adda605f7a62c915d1aef606b961e36f (diff) | |
download | jgit-2ab7c3ebe3e26e370eef0c96b0b8d2d7fbef1d4f.tar.gz jgit-2ab7c3ebe3e26e370eef0c96b0b8d2d7fbef1d4f.zip |
SSH agent: correct plug-in title
It's not only "Unix SSH agent" support, but also for Windows. Drop
"Unix".
Change-Id: I22deb3e5750825a70c78eec46b1f2968544857b9
Signed-off-by: Thomas Wolf <twolf@apache.org>
-rw-r--r-- | org.eclipse.jgit.ssh.apache.agent/OSGI-INF/l10n/agent.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ssh.apache.agent/OSGI-INF/l10n/agent.properties b/org.eclipse.jgit.ssh.apache.agent/OSGI-INF/l10n/agent.properties index 86df8f2e72..e6271dd3ab 100644 --- a/org.eclipse.jgit.ssh.apache.agent/OSGI-INF/l10n/agent.properties +++ b/org.eclipse.jgit.ssh.apache.agent/OSGI-INF/l10n/agent.properties @@ -1,2 +1,2 @@ -Bundle-Name=JGit Unix SSH agent client for Apache MINA sshd +Bundle-Name=JGit SSH agent client for Apache MINA sshd Bundle-Vendor=Eclipse JGit |