Changes to new setting

This commit is contained in:
MikeMaximus
2018-03-12 14:49:18 -06:00
parent 8e26e97fd4
commit 2f66855166
8 changed files with 44 additions and 41 deletions
+3 -3
View File
@@ -4543,11 +4543,11 @@ Namespace My.Resources
End Property
'''<summary>
''' Looks up a localized string similar to Use Name instead of ID for folder and file names.
''' Looks up a localized string similar to Use Game ID for folder and file names.
'''</summary>
Friend ReadOnly Property frmSettings_chkUseNames() As String
Friend ReadOnly Property frmSettings_chkUseGameID() As String
Get
Return ResourceManager.GetString("frmSettings_chkUseNames", resourceCulture)
Return ResourceManager.GetString("frmSettings_chkUseGameID", resourceCulture)
End Get
End Property