Skip to content

Commit 9f36ab0

Browse files
committed
Version Fix
1 parent 7518556 commit 9f36ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TKOF XIII Text Tool/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ private void InsertTranslatedStrings(string originalFilePath, string translation
272272

273273
private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
274274
{
275-
MessageBox.Show("Tool by Alex ''OAleex'' Félix\nVersion: 1.0", "About");
275+
MessageBox.Show("Tool by Alex ''OAleex'' Félix\nVersion: 2.0", "About");
276276
}
277277

278278
private void radioButton1_CheckedChanged(object sender, EventArgs e)

0 commit comments

Comments
 (0)