summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKonstantin <apollo2k4@narod.ru>2018-03-28 01:02:30 +0300
committerKonstantin <apollo2k4@narod.ru>2018-03-28 01:02:30 +0300
commit351c13a90dd7d95e15e6b15632ec5c255398abd3 (patch)
tree42354ebfddc71b17e39d99a2def4fc4f0ad41f9e /tools
parentbea9ca96330b7391df275dcaa0597623458a54f3 (diff)
small fix caps
Diffstat (limited to 'tools')
-rw-r--r--tools/Langpack Suite/Form1.cs2
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;
}