Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2013-06-18 20:12:08 +0000
committerPascal Rapicault2013-06-18 20:12:08 +0000
commit37cb8b13e35a867470659f6cf97245a5961ed022 (patch)
treed7fc44c0247b6544dc0221470dc050abea3e48d2
parentd7cf8b71d1544cbc358c9c284c95e439af365985 (diff)
downloadrt.equinox.p2-37cb8b13e35a867470659f6cf97245a5961ed022.tar.gz
rt.equinox.p2-37cb8b13e35a867470659f6cf97245a5961ed022.tar.xz
rt.equinox.p2-37cb8b13e35a867470659f6cf97245a5961ed022.zip
Bug 410639 - Found 1 single quote in text handled by Java MessageFormatI20130625-0800
class
-rw-r--r--bundles/org.eclipse.equinox.p2.director.app/src/org/eclipse/equinox/internal/p2/director/app/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director.app/src/org/eclipse/equinox/internal/p2/director/app/messages.properties b/bundles/org.eclipse.equinox.p2.director.app/src/org/eclipse/equinox/internal/p2/director/app/messages.properties
index 6a3289d38..bf50cda44 100644
--- a/bundles/org.eclipse.equinox.p2.director.app/src/org/eclipse/equinox/internal/p2/director/app/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.director.app/src/org/eclipse/equinox/internal/p2/director/app/messages.properties
@@ -73,4 +73,4 @@ File_does_not_exist=File does not exist: {0}.
Cannot_set_iu_profile_property_iu_does_not_exist=Unable to set IU profile properties because the following IU does not exist: {0}.
Unmatched_iu_profile_property_key_value=Unmatched IU profile property key/value pair: {0}.
Bad_format=Bad format ({0}) in IU profile properties file: {1}.
-Cant_write_in_destination=The operation you've requested can not be performed because the folder {0} is read only. \ No newline at end of file
+Cant_write_in_destination=The operation you''ve requested can not be performed because the folder {0} is read only. \ No newline at end of file

Back to the top