diff --git a/PCK-Studio/Forms/Skins-And-Textures/addMeta.Designer.cs b/PCK-Studio/Forms/Additional-Popups/AddPropertyPrompt.Designer.cs
similarity index 97%
rename from PCK-Studio/Forms/Skins-And-Textures/addMeta.Designer.cs
rename to PCK-Studio/Forms/Additional-Popups/AddPropertyPrompt.Designer.cs
index 5c4f5c19..90a9d0cd 100644
--- a/PCK-Studio/Forms/Skins-And-Textures/addMeta.Designer.cs
+++ b/PCK-Studio/Forms/Additional-Popups/AddPropertyPrompt.Designer.cs
@@ -1,6 +1,6 @@
-namespace PckStudio
+namespace PckStudio.Forms.Additional_Popups
{
- partial class addMeta
+ partial class AddPropertyPrompt
{
///
/// Required designer variable.
@@ -28,7 +28,7 @@
///
private void InitializeComponent()
{
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(addMeta));
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddPropertyPrompt));
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
diff --git a/PCK-Studio/Forms/Skins-And-Textures/addMeta.cs b/PCK-Studio/Forms/Additional-Popups/AddPropertyPrompt.cs
similarity index 69%
rename from PCK-Studio/Forms/Skins-And-Textures/addMeta.cs
rename to PCK-Studio/Forms/Additional-Popups/AddPropertyPrompt.cs
index c6461db1..8c83f314 100644
--- a/PCK-Studio/Forms/Skins-And-Textures/addMeta.cs
+++ b/PCK-Studio/Forms/Additional-Popups/AddPropertyPrompt.cs
@@ -1,21 +1,21 @@
using System;
using System.Windows.Forms;
-namespace PckStudio
+namespace PckStudio.Forms.Additional_Popups
{
- public partial class addMeta : MetroFramework.Forms.MetroForm
+ public partial class AddPropertyPrompt : MetroFramework.Forms.MetroForm
{
public string PropertyName => textBox1.Text;
public string PropertyValue => textBox2.Text;
- public addMeta(string name, string value)
+ public AddPropertyPrompt(string name, string value)
{
InitializeComponent();
textBox1.Text = name;
textBox2.Text = value;
}
- public addMeta()
+ public AddPropertyPrompt()
{
InitializeComponent();
}
diff --git a/PCK-Studio/Forms/Skins-And-Textures/addMeta.ja.resx b/PCK-Studio/Forms/Additional-Popups/AddPropertyPrompt.ja.resx
similarity index 100%
rename from PCK-Studio/Forms/Skins-And-Textures/addMeta.ja.resx
rename to PCK-Studio/Forms/Additional-Popups/AddPropertyPrompt.ja.resx
diff --git a/PCK-Studio/Forms/Skins-And-Textures/addMeta.resx b/PCK-Studio/Forms/Additional-Popups/AddPropertyPrompt.resx
similarity index 100%
rename from PCK-Studio/Forms/Skins-And-Textures/addMeta.resx
rename to PCK-Studio/Forms/Additional-Popups/AddPropertyPrompt.resx
diff --git a/PCK-Studio/PckStudio.csproj b/PCK-Studio/PckStudio.csproj
index a06c5e60..edb6d2f7 100644
--- a/PCK-Studio/PckStudio.csproj
+++ b/PCK-Studio/PckStudio.csproj
@@ -348,11 +348,11 @@
ItemSelectionPopUp.cs
-
+
Form
-
- addMeta.cs
+
+ AddPropertyPrompt.cs
Form
@@ -549,11 +549,11 @@
ItemSelectionPopUp.cs
-
- addMeta.cs
+
+ AddPropertyPrompt.cs
-
- addMeta.cs
+
+ AddPropertyPrompt.cs
addNewSkin.cs