Added one-time warning for #150

This commit is contained in:
MikeMaximus
2018-09-09 11:34:25 -06:00
parent 7a4caab5a5
commit 0f800565fe
4 changed files with 20 additions and 0 deletions
+9
View File
@@ -2445,6 +2445,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to This feature is intended to import 7-Zip backup archives compatible with the selected game configuration.[BR][BR]GBM does NOT verify these files, you should only use files created by GBM or other compatible archives that were created using the same settings as the current game configuration.[BR][BR]This message will only be shown once..
'''</summary>
Friend ReadOnly Property frmGameManager_WarningImportBackup() As String
Get
Return ResourceManager.GetString("frmGameManager_WarningImportBackup", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to XML.
'''</summary>