Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Update viewPage.vb
Browse files Browse the repository at this point in the history
f
  • Loading branch information
Wriar committed Oct 25, 2021
1 parent 5a4e001 commit 287af84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QuakeFocus Pro/viewPage.vb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

'ViewPage Settings
Imports System.Drawing.Imaging
Imports System.Drawing.Text
Imports System.Runtime.InteropServices
Expand Down Expand Up @@ -67,7 +67,7 @@ To set the default application language to English, click NO.")
If customMsgbox.ShowDialog() = DialogResult.Yes Then
' do something
My.Settings.prefixLang = "jp"
My.Settings.soundLang = "jp"
My.Settings.soundLang = "jp" 'Sound Language

MessageBox.Show("Indev V0.15ビルドをご利用いただきありがとうございますアプリケーションを開いた後毎回言語設定のプロンプトが表示されます
Thank you for using the Japan Translation of Indev V0.15. You can reset the language by restarting the application", "インフォメーション", MessageBoxButtons.OK, MessageBoxIcon.Asterisk)
Expand Down

0 comments on commit 287af84

Please sign in to comment.