Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rf30a80996d462acca84a59aec486868d40d57c79 -rc5a55aadbca88043f6b27456b5f61293b4938a48
--- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision f30a80996d462acca84a59aec486868d40d57c79)
+++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision c5a55aadbca88043f6b27456b5f61293b4938a48)
@@ -101,7 +101,7 @@
}
///
- /// Looks up a localized string similar to Categorie.
+ /// Looks up a localized string similar to Naam.
///
public static string AssemblyCategory_Group_DisplayName {
get {
Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx
===================================================================
diff -u -rf30a80996d462acca84a59aec486868d40d57c79 -rc5a55aadbca88043f6b27456b5f61293b4938a48
--- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision f30a80996d462acca84a59aec486868d40d57c79)
+++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision c5a55aadbca88043f6b27456b5f61293b4938a48)
@@ -1337,12 +1337,12 @@
Gecombineerde faalkans [1/jaar]
+
+ Naam
+
Kleur
-
- Categorie
-
Ondergrens [1/jaar]
Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Views/AssemblyCategoriesTable.cs
===================================================================
diff -u -r76b53d5d30a83b9e8c4675e322cc27d3ebc7fd25 -rc5a55aadbca88043f6b27456b5f61293b4938a48
--- Riskeer/Integration/src/Riskeer.Integration.Forms/Views/AssemblyCategoriesTable.cs (.../AssemblyCategoriesTable.cs) (revision 76b53d5d30a83b9e8c4675e322cc27d3ebc7fd25)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/Views/AssemblyCategoriesTable.cs (.../AssemblyCategoriesTable.cs) (revision c5a55aadbca88043f6b27456b5f61293b4938a48)
@@ -57,7 +57,7 @@
private void AddColumns()
{
AddTextBoxColumn(nameof(AssemblyCategoryRow.Group),
- RiskeerCommonFormsResources.AssemblyGroup_DisplayName,
+ RiskeerCommonFormsResources.AssemblyCategory_Group_DisplayName,
true);
AddColorColumn(nameof(AssemblyCategoryRow.Color),