diff options
author | Konstantin <apollo2k4@narod.ru> | 2018-03-28 01:02:30 +0300 |
---|---|---|
committer | Konstantin <apollo2k4@narod.ru> | 2018-03-28 01:02:30 +0300 |
commit | 351c13a90dd7d95e15e6b15632ec5c255398abd3 (patch) | |
tree | 42354ebfddc71b17e39d99a2def4fc4f0ad41f9e /tools/Langpack Suite/Form1.cs | |
parent | bea9ca96330b7391df275dcaa0597623458a54f3 (diff) |
small fix caps
Diffstat (limited to 'tools/Langpack Suite/Form1.cs')
-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;
}
|