Skip to content

Commit

Permalink
Remover unnecessary strings from the Language structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
NetNerd committed Jun 13, 2015
1 parent d312873 commit ce6173e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions LangClass.vb
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,9 @@ Public Class LanguageClass
Dim LblLang2 As String
'LblUI is for the UI language selection box.
Dim LblUI As String
'LblApplySave is the note about saving settings at the bottom.
Dim LblApplySave As String
'LblBlanks is for the separator lines count/
Dim LblBlanks As String

Dim BtnReset As String
Dim BtnOk As String
Dim BtnCancel As String

Dim SaveErrorMsg As String
Dim FolderCreateErrorMsg As String
Dim UninstallErrorMsg1 As String
Expand Down

0 comments on commit ce6173e

Please sign in to comment.