[mapguide-commits] r5612 - trunk/Tools/Maestro/Maestro.Base/Properties

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Mar 9 01:02:47 EST 2011


Author: jng
Date: 2011-03-08 22:02:47 -0800 (Tue, 08 Mar 2011)
New Revision: 5612

Modified:
   trunk/Tools/Maestro/Maestro.Base/Properties/Resources.Designer.cs
   trunk/Tools/Maestro/Maestro.Base/Properties/Resources.resx
Log:
#1620: Add missing localized string

Modified: trunk/Tools/Maestro/Maestro.Base/Properties/Resources.Designer.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Base/Properties/Resources.Designer.cs	2011-03-08 13:35:14 UTC (rev 5611)
+++ trunk/Tools/Maestro/Maestro.Base/Properties/Resources.Designer.cs	2011-03-09 06:02:47 UTC (rev 5612)
@@ -1481,6 +1481,15 @@
         }
         
         /// <summary>
+        ///   Looks up a localized string similar to Migrate Resources.
+        /// </summary>
+        internal static string SiteExplorer_MigrateResources {
+            get {
+                return ResourceManager.GetString("SiteExplorer_MigrateResources", resourceCulture);
+            }
+        }
+        
+        /// <summary>
         ///   Looks up a localized string similar to New Folder.
         /// </summary>
         internal static string SiteExplorer_NewFolder {

Modified: trunk/Tools/Maestro/Maestro.Base/Properties/Resources.resx
===================================================================
--- trunk/Tools/Maestro/Maestro.Base/Properties/Resources.resx	2011-03-08 13:35:14 UTC (rev 5611)
+++ trunk/Tools/Maestro/Maestro.Base/Properties/Resources.resx	2011-03-09 06:02:47 UTC (rev 5612)
@@ -835,4 +835,7 @@
   <data name="CacheView" xml:space="preserve">
     <value>View Feature Source Cache</value>
   </data>
+  <data name="SiteExplorer_MigrateResources" xml:space="preserve">
+    <value>Migrate Resources</value>
+  </data>
 </root>
\ No newline at end of file



More information about the mapguide-commits mailing list