diff options
-rw-r--r-- | tools/Langpack Suite/Form1.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs index fe0cbf1242..7a804d2862 100644 --- a/tools/Langpack Suite/Form1.cs +++ b/tools/Langpack Suite/Form1.cs @@ -838,7 +838,7 @@ namespace Langpack_Suite private void LangpacksComboBoxChange()
{
- LangpackNameEdit.Text = "Langpack_" + LangpacksComboBox.Text;
+ LangpackNameEdit.Text = "langpack_" + LangpacksComboBox.Text;
CreateLangpackBtn.Enabled = true;
}
|