Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2009-01-26 11:33:16 +0000
committerTomasz Zarna2009-01-26 11:33:16 +0000
commitc5904cc405b1fa5b82603df7191e3f9814f68528 (patch)
tree09c422369089f3cb9f9e3f342558f8953b0b108f /bundles/org.eclipse.jsch.ui/src
parentd455d0965d52f800dd2e24690ec3e5046b70c0ac (diff)
downloadeclipse.platform.team-c5904cc405b1fa5b82603df7191e3f9814f68528.tar.gz
eclipse.platform.team-c5904cc405b1fa5b82603df7191e3f9814f68528.tar.xz
eclipse.platform.team-c5904cc405b1fa5b82603df7191e3f9814f68528.zip
bug 261802: [SSH2] Typo when overwriting private key on saver35x_20100210-1114
Diffstat (limited to 'bundles/org.eclipse.jsch.ui/src')
-rw-r--r--bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/messages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/messages.properties b/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/messages.properties
index 26a212ac9..66feaa62e 100644
--- a/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/messages.properties
+++ b/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
+# Copyright (c) 2000, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -38,7 +38,7 @@ CVSSSH2PreferencePage_47=The key was not generated.
CVSSSH2PreferencePage_48=The passphrases entered do not match.
CVSSSH2PreferencePage_49=Are you sure you want to save this private key without passphrase protection?
CVSSSH2PreferencePage_50={0} does not exist.\nAre you sure you want to create it?
-CVSSSH2PreferencePage_53={0} has already existed.\nAre you sure you want to over write it?
+CVSSSH2PreferencePage_53={0} has already existed.\nAre you sure you want to overwrite it?
CVSSSH2PreferencePage_55=Successfully saved.
CVSSSH2PreferencePage_57=Private key:
CVSSSH2PreferencePage_59=Public key:

Back to the top