diff options
Diffstat (limited to 'tools/Langpack Suite/Form1.cs')
-rw-r--r-- | tools/Langpack Suite/Form1.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs index 653762a47f..0c718179bf 100644 --- a/tools/Langpack Suite/Form1.cs +++ b/tools/Langpack Suite/Form1.cs @@ -360,9 +360,6 @@ namespace Langpack_Suite {
LocaleText = rm.GetString("DupesNotFound", culture);
InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText + "\r\n";
- LocaleText = rm.GetString("GenStop", culture);
- InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText;
- return;
}
rf = new FileStream(vipath, FileMode.Open, FileAccess.Read);
|