Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-01-07 17:14:51 +0000
committerMichael Valenta2005-01-07 17:14:51 +0000
commit6833af0d8236cc7eb7ac2a924c6d1438758b7412 (patch)
tree6f42d1876cdd60fdeb87998afcb3887867616059 /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
parentee0a6801c6770e5459384294d58c17121491c681 (diff)
downloadeclipse.platform.team-6833af0d8236cc7eb7ac2a924c6d1438758b7412.tar.gz
eclipse.platform.team-6833af0d8236cc7eb7ac2a924c6d1438758b7412.tar.xz
eclipse.platform.team-6833af0d8236cc7eb7ac2a924c6d1438758b7412.zip
Bug 81852 quote problems in property files (team)
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
index 0ab08221d..49a38c201 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
@@ -85,7 +85,7 @@ CVSAction.handlerNotEnabledMessage=The action doesn't apply to the current selec
CVSAnnotateView.showFileAnnotation=CVS Annotate - {0}
CVSAnnotateView.viewInstructions=This view shows annotations for a file in CVS. Select a file and then choose \"Team->Show Annotation\" from the context menu.
-ShowAnnotationAction.noSyncInfo=Cannot display annotation for {0} because it doesn't have a remote revision.
+ShowAnnotationAction.noSyncInfo=Cannot display annotation for {0} because it doesn''t have a remote revision.
ShowAnnotationOperation.taskName=Fetching annotations from repository
ShowAnnotationOperation.0=Error opening perspective
ShowAnnotationOperation.1=Confirm Perspective Switch
@@ -283,7 +283,7 @@ CVSAction.refreshMultipleQuestion={0} Would you like to refresh the projects of
CommitAction.commitFailed=Problems encountered performing commit
CommitWizardCommitPage.0=Commit
CommitWizardCommitPage.2=Enter a comment for the commit operation.
-CommitWizardCommitPage.3=Please enter a commit comment\!
+CommitWizardCommitPage.3=Please enter a commit comment.
CommitWizardCommitPage.4=Conflicting changes cannot be commited. Either exclude them from the commit or use the synchronize view to resolve the conflicts.
CommitWizardFileTypePage.0=Add Resources
CommitWizardFileTypePage.2=Unknown new files detected.
@@ -873,7 +873,7 @@ IgnoreResourcesDialog.addNameEntryExample=Examples: file1.so, file2.so, .rcfile,
IgnoreResourcesDialog.addExtensionEntryButton=Wildcard extension
IgnoreResourcesDialog.addExtensionEntryExample=Examples: *.so, *.rcfile, bin
IgnoreResourcesDialog.addCustomEntryButton=Custom pattern
-IgnoreResourcesDialog.addCustomEntryExample=The wildcard characters ''*'' and ''?'' are permitted.
+IgnoreResourcesDialog.addCustomEntryExample=The wildcard characters '*' and '?' are permitted.
IgnoreResourcesDialog.patternMustNotBeEmpty=Pattern must not be empty.
IgnoreResourcesDialog.patternDoesNotMatchFile=Pattern does not match all selected resources: e.g. {0}

Back to the top