diff --git a/src/Compiler/FSComp.txt b/src/Compiler/FSComp.txt
index ea9dd8db5f..6bcea07ddc 100644
--- a/src/Compiler/FSComp.txt
+++ b/src/Compiler/FSComp.txt
@@ -421,7 +421,7 @@ parsAttributesMustComeBeforeVal,"Attributes should be placed before 'val'"
555,parsGetAndOrSetRequired,"'get' and/or 'set' required"
556,parsTypeAnnotationsOnGetSet,"Type annotations on property getters and setters must be given after the 'get()' or 'set(v)', e.g. 'with get() : string = ...'"
557,parsGetterMustHaveAtLeastOneArgument,"A getter property is expected to be a function, e.g. 'get() = ...' or 'get(index) = ...'"
-558,parsMultipleAccessibilitiesForGetSet,"Multiple accessibilities given for property getter or setter"
+558,parsMultipleAccessibilitiesForGetSet,"When the visibility for a property is specified, setting the visibility of the set or get method is not allowed."
559,parsSetSyntax,"Property setters must be defined using 'set value = ', 'set idx value = ' or 'set (idx1,...,idxN) value = ... '"
560,parsInterfacesHaveSameVisibilityAsEnclosingType,"Interfaces always have the same visibility as the enclosing type"
561,parsAccessibilityModsIllegalForAbstract,"Accessibility modifiers are not allowed on this member. Abstract slots always have the same visibility as the enclosing type."
diff --git a/src/Compiler/xlf/FSComp.txt.cs.xlf b/src/Compiler/xlf/FSComp.txt.cs.xlf
index 2d85fe436a..1032f6bfbe 100644
--- a/src/Compiler/xlf/FSComp.txt.cs.xlf
+++ b/src/Compiler/xlf/FSComp.txt.cs.xlf
@@ -3283,8 +3283,8 @@
-
- Zadali jste víc dostupností pro metodu getter nebo setter vlastnosti.
+
+ Zadali jste víc dostupností pro metodu getter nebo setter vlastnosti.
-
- Für den Getter oder Setter der Eigenschaft wurden mehrere Zugriffsebenen angegeben.
+
+ Für den Getter oder Setter der Eigenschaft wurden mehrere Zugriffsebenen angegeben.
-
- Se proporcionaron varias accesibilidades para un captador o establecedor de propiedad.
+
+ Se proporcionaron varias accesibilidades para un captador o establecedor de propiedad.
-
- Plusieurs accessibilités fournies pour la méthode getter ou setter de la propriété
+
+ Plusieurs accessibilités fournies pour la méthode getter ou setter de la propriété
-
- Sono state assegnate più accessibilità per il getter o il setter della proprietà
+
+ Sono state assegnate più accessibilità per il getter o il setter della proprietà
-
- プロパティのゲッターまたはセッターに指定されたアクセシビリティが複数あります
+
+ プロパティのゲッターまたはセッターに指定されたアクセシビリティが複数あります
-
- 속성 getter 또는 setter에 대해 여러 액세스 가능성이 지정되었습니다.
+
+ 속성 getter 또는 setter에 대해 여러 액세스 가능성이 지정되었습니다.
-
- Podano wiele dostępności dla metody ustawiającej lub metody pobierającej właściwość
+
+ Podano wiele dostępności dla metody ustawiającej lub metody pobierającej właściwość
-
- Acessibilidades múltiplas fornecidas para getter ou setter de propriedade
+
+ Acessibilidades múltiplas fornecidas para getter ou setter de propriedade
-
- Задано несколько модификаторов доступности для метода получения или задания свойства
+
+ Задано несколько модификаторов доступности для метода получения или задания свойства
-
- Özellik alıcı veya ayarlayıcı için birden çok erişilebilirlik verildi
+
+ Özellik alıcı veya ayarlayıcı için birden çok erişilebilirlik verildi
-
- 为属性 Getter 或 Setter 给定了多个可访问性
+
+ 为属性 Getter 或 Setter 给定了多个可访问性
-
- 為屬性 getter 或 setter 指定了多個存取範圍
+
+ 為屬性 getter 或 setter 指定了多個存取範圍