Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-04-16 14:20:40 +0000
committerDani Megert2013-04-16 14:20:40 +0000
commit5c2f1e40284b17720027b143aa5a2c30443f463d (patch)
tree25d2568a27efaedbda7ddad60b63659e1ea89329
parent1ddeb74cb0186cd27c3d909f02e726f979c4254e (diff)
downloadeclipse.platform.team-5c2f1e40284b17720027b143aa5a2c30443f463d.tar.gz
eclipse.platform.team-5c2f1e40284b17720027b143aa5a2c30443f463d.tar.xz
eclipse.platform.team-5c2f1e40284b17720027b143aa5a2c30443f463d.zip
Use read-only everywhere
-rw-r--r--bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties
index 451ac3bb6..d5b995a7a 100644
--- a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties
+++ b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2010 IBM Corporation and others.
+# Copyright (c) 2000, 2013 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
@@ -65,9 +65,9 @@ TextMergeViewer_8=End Reached
TextMergeViewer_9=You have reached the last difference. Would you like go to the beginning of this element?
TextMergeViewer_10=Beginning Reached
TextMergeViewer_11=You have reached the first difference. Would you like to go to the end of this element?
-TextMergeViewer_12=Element is Read Only
+TextMergeViewer_12=Element is Read-Only
TextMergeViewer_13=The element being edited is read-only
-TextMergeViewer_14=Element is Read Only
+TextMergeViewer_14=Element is Read-Only
TextMergeViewer_15=The element being edited is read-only
TextMergeViewer_16=Show &Line Numbers
TextMergeViewer_17=Do &nothing

Back to the top