Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-05-01 04:06:34 +0000
committerslewis2007-05-01 04:06:34 +0000
commite52976c68b38ac9cc6b91fd8e791a643f62c2932 (patch)
treeb07a428c6add19230f0b030a86e80d6f74464c8d /providers/bundles/org.eclipse.ecf.provider.xmpp.ui
parente8fd8ee4ac2d2ec0c1db41ce1e0e7c7d52932c40 (diff)
downloadorg.eclipse.ecf-e52976c68b38ac9cc6b91fd8e791a643f62c2932.tar.gz
org.eclipse.ecf-e52976c68b38ac9cc6b91fd8e791a643f62c2932.tar.xz
org.eclipse.ecf-e52976c68b38ac9cc6b91fd8e791a643f62c2932.zip
Small UI fixes
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.xmpp.ui')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/messages.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/messages.properties b/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/messages.properties
index 2b0538ad9..0ab3fb227 100644
--- a/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/messages.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/messages.properties
@@ -4,22 +4,22 @@ XMPPCompoundContributionItem_CHOOSE_FILE=Choose File For {0}
XMPPConnectWizard_RECEIVE_ERROR_MESSAGE=Error receiving file {0} from {1}. Error: {2}
XMPPSConnectWizardPage_WIZARD_PAGE_TITLE=XMPPS Connection Wizard
XMPPSConnectWizardPage_WIZARD_PAGE_USERID=User ID:
-XMPPSConnectWizardPage_WIZARD_PAGE_STATUS=A valid connect ID must be specified.
+XMPPSConnectWizardPage_WIZARD_PAGE_STATUS=A valid User ID must be specified.
XMPPConnectWizardPage_LABEL_USERID=User ID:
XMPPConnectWizard_FILE_SAVE_TITLE=Save File From {0}
XMPPConnectWizard_SEE_DETAILS=See Details
XMPPConnectWizardPage_WIZARD_STATUS=A valid connect ID must be specified.
-XMPPConnectWizardPage_WIZARD_STATUS_INCOMPLETE=The connect ID is malformed.
+XMPPConnectWizardPage_WIZARD_STATUS_INCOMPLETE=The User ID is malformed.
XMPPConnectWizardPage_USERID_TEMPLATE=<user>@<xmppserver>[:port]
XMPPConnectWizardPage_WIZARD_PASSWORD=Password:
XMPPConnectWizard_FILE_RECEIVE_TITLE=File Receive Request From {0}
XMPPConnectWizard_FILE_RECEIVE_MESSAGE=User {0} would like to send you a file called {1}\n\nThe size of the file is {2}\nDescription: {3}\n\nDo you want to receive this file?
XMPPCompoundContributionItem_SEND_FILE=Send File
XMPPConnectWizard_RECEIVE_ERROR_TITLE=Receive Error
-XMPPSConnectWizardPage_WIZARD_PAGE_DESCRIPTION=Specify an XMPP account to connect to.
+XMPPSConnectWizardPage_WIZARD_PAGE_DESCRIPTION=Specify an XMPPS account to connect to.
XMPPCompoundContributionItem_SEND_ERROR_TITLE=Send Error
XMPPCompoundContributionItem_SEND_ERROR_MESSAGE=Error sending file {0}. Error: {1}
-XMPPSConnectWizardPage_WIZARD_PAGE_TEMPLATE=<user>@<xmppserver>[:port]
+XMPPSConnectWizardPage_WIZARD_PAGE_TEMPLATE=<user>@<xmppsserver>[:port]
XMPPSConnectWizardPage_WIZARD_PAGE_PASSWORD=Password:
XMPPCompoundContributionItem_FILE_SEND_REFUSED_TITLE=File Send Refused
XMPPCompoundContributionItem_FILE_SEND_REFUSED_MESSAGE=Send of {0} refused by {1}

Back to the top