diff --git a/ENI2/Properties/Resources.Designer.cs b/ENI2/Properties/Resources.Designer.cs
index 7ffff5ae..d7b6c951 100644
--- a/ENI2/Properties/Resources.Designer.cs
+++ b/ENI2/Properties/Resources.Designer.cs
@@ -1534,6 +1534,15 @@ namespace ENI2.Properties {
}
}
+ ///
+ /// Looks up a localized string similar to Copy to {0}.
+ ///
+ public static string textCopyTo {
+ get {
+ return ResourceManager.GetString("textCopyTo", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Copy to BKRD.
///
diff --git a/ENI2/Properties/Resources.resx b/ENI2/Properties/Resources.resx
index 4e788777..214be32e 100644
--- a/ENI2/Properties/Resources.resx
+++ b/ENI2/Properties/Resources.resx
@@ -1837,4 +1837,7 @@
..\Resources\logo_eni.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ Copy to {0}
+
\ No newline at end of file