Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -r1d39fe9482efbe216335028d9bbceb8fc4563ab6 -rd06a4ba54fc0abe9dcf1d1c8a93785a907132843
--- Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1d39fe9482efbe216335028d9bbceb8fc4563ab6)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision d06a4ba54fc0abe9dcf1d1c8a93785a907132843)
@@ -136,7 +136,7 @@
}
///
- /// Looks up a localized string similar to Berekende waterstand..
+ /// Looks up a localized string similar to De waterstand waarvoor de golfhoogte, -periode en -richting zijn berekend..
///
internal static string WaveConditionsOutput_WaterLevel_Description {
get {
@@ -181,7 +181,7 @@
}
///
- /// Looks up a localized string similar to Golfhoogte [m].
+ /// Looks up a localized string similar to Golfhoogte (Hs) [m].
///
internal static string WaveConditionsOutput_WaveHeight_DisplayName {
get {
@@ -199,7 +199,7 @@
}
///
- /// Looks up a localized string similar to Golfperiode [s].
+ /// Looks up a localized string similar to Golfperiode (Tp) [s].
///
internal static string WaveConditionsOutput_WavePeakPeriod_DisplayName {
get {
Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Properties/Resources.resx
===================================================================
diff -u -r1d39fe9482efbe216335028d9bbceb8fc4563ab6 -rd06a4ba54fc0abe9dcf1d1c8a93785a907132843
--- Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Properties/Resources.resx (.../Resources.resx) (revision 1d39fe9482efbe216335028d9bbceb8fc4563ab6)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Properties/Resources.resx (.../Resources.resx) (revision d06a4ba54fc0abe9dcf1d1c8a93785a907132843)
@@ -136,7 +136,7 @@
c
- Berekende waterstand.
+ De waterstand waarvoor de golfhoogte, -periode en -richting zijn berekend.
Waterstand [m+NAP]
@@ -151,12 +151,12 @@
Berekende golfhoogte.
- Golfhoogte [m]
+ Golfhoogte (Hs) [m]
Berekende golfperiode.
- Golfperiode [s]
+ Golfperiode (Tp) [s]
\ No newline at end of file
Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/PropertyClasses/WaveConditionsOutputProperties.cs
===================================================================
diff -u -r2019968ec46375ee661021e396120c90185fb430 -rd06a4ba54fc0abe9dcf1d1c8a93785a907132843
--- Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/PropertyClasses/WaveConditionsOutputProperties.cs (.../WaveConditionsOutputProperties.cs) (revision 2019968ec46375ee661021e396120c90185fb430)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/PropertyClasses/WaveConditionsOutputProperties.cs (.../WaveConditionsOutputProperties.cs) (revision d06a4ba54fc0abe9dcf1d1c8a93785a907132843)
@@ -19,7 +19,6 @@
// Stichting Deltares and remain full property of Stichting Deltares at all times.
// All rights reserved.
-using System;
using System.ComponentModel;
using Core.Common.Base.Data;
using Core.Common.Gui.PropertyBag;
Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/PropertyClasses/WaveConditionsOutputPropertiesTest.cs
===================================================================
diff -u -r1d39fe9482efbe216335028d9bbceb8fc4563ab6 -rd06a4ba54fc0abe9dcf1d1c8a93785a907132843
--- Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/PropertyClasses/WaveConditionsOutputPropertiesTest.cs (.../WaveConditionsOutputPropertiesTest.cs) (revision 1d39fe9482efbe216335028d9bbceb8fc4563ab6)
+++ Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/PropertyClasses/WaveConditionsOutputPropertiesTest.cs (.../WaveConditionsOutputPropertiesTest.cs) (revision d06a4ba54fc0abe9dcf1d1c8a93785a907132843)
@@ -70,11 +70,11 @@
const string expectedCategory = "Algemeen";
const string expectedWaterLevelDisplayName = "Waterstand [m+NAP]";
- const string expectedWaveHeightDisplayName = "Golfhoogte [m]";
- const string expectedWavePeakPeriodDisplayName = "Golfperiode [s]";
+ const string expectedWaveHeightDisplayName = "Golfhoogte (Hs) [m]";
+ const string expectedWavePeakPeriodDisplayName = "Golfperiode (Tp) [s]";
const string expectedWaveAngleDisplayName = "Golfrichting [°]";
- const string expectedWaterLevelDescription = "Berekende waterstand.";
+ const string expectedWaterLevelDescription = "De waterstand waarvoor de golfhoogte, -periode en -richting zijn berekend.";
const string expectedWaveHeightDescription = "Berekende golfhoogte.";
const string expectedWavePeakPeriodDescription = "Berekende golfperiode.";
const string expectedWaveAngleDescription = "Berekende golfrichting.";