[mapguide-commits] r4476 - in trunk/Tools/Maestro:
Localization/da-DK/Maestro/ResourceEditors/LayerEditorControls
Maestro/ResourceValidators
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Jan 4 13:40:18 EST 2010
Author: ksgeograf
Date: 2010-01-04 13:40:18 -0500 (Mon, 04 Jan 2010)
New Revision: 4476
Modified:
trunk/Tools/Maestro/Localization/da-DK/Maestro/ResourceEditors/LayerEditorControls/VectorLayer.da-DK.resx
trunk/Tools/Maestro/Maestro/ResourceValidators/FeatureSourceValidator.cs
Log:
Maestro:
Micro fixes to translation
Modified: trunk/Tools/Maestro/Localization/da-DK/Maestro/ResourceEditors/LayerEditorControls/VectorLayer.da-DK.resx
===================================================================
--- trunk/Tools/Maestro/Localization/da-DK/Maestro/ResourceEditors/LayerEditorControls/VectorLayer.da-DK.resx 2009-12-24 12:13:35 UTC (rev 4475)
+++ trunk/Tools/Maestro/Localization/da-DK/Maestro/ResourceEditors/LayerEditorControls/VectorLayer.da-DK.resx 2010-01-04 18:40:18 UTC (rev 4476)
@@ -164,7 +164,7 @@
<value>Synlig</value>
</data>
<data name="dataGridTextBoxColumn2.HeaderText" xml:space="preserve">
- <value>Nacn</value>
+ <value>Navn</value>
</data>
<data name="dataGridTextBoxColumn1.HeaderText" xml:space="preserve">
<value>Visning</value>
Modified: trunk/Tools/Maestro/Maestro/ResourceValidators/FeatureSourceValidator.cs
===================================================================
--- trunk/Tools/Maestro/Maestro/ResourceValidators/FeatureSourceValidator.cs 2009-12-24 12:13:35 UTC (rev 4475)
+++ trunk/Tools/Maestro/Maestro/ResourceValidators/FeatureSourceValidator.cs 2010-01-04 18:40:18 UTC (rev 4476)
@@ -80,7 +80,7 @@
{
string[] ids = feature.GetIdentityProperties(cl);
if (ids == null || ids.Length == 0)
- issues.Add(new ValidationIssue(feature, ValidationStatus.Information, Strings.FeatureSourceValidator.PrimaryKeyMissingInformation));
+ issues.Add(new ValidationIssue(feature, ValidationStatus.Information, string.Format(Strings.FeatureSourceValidator.PrimaryKeyMissingInformation, cl)));
}
catch (Exception ex)
{
More information about the mapguide-commits
mailing list