Changes for issue #147

This commit is contained in:
Michael J. Seiferling
2018-08-25 19:40:17 -06:00
parent 0ed067e36f
commit ccd6d1fd39
4 changed files with 84 additions and 33 deletions
+18
View File
@@ -2013,6 +2013,24 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to The backup folder contains one or more backup files that cannot be renamed to [PARAM] because a file using that name already exist.[BR][BR]Do you want to continue and remove the existing files?.
'''</summary>
Friend ReadOnly Property frmGameManager_ErrorRenameFilesExist() As String
Get
Return ResourceManager.GetString("frmGameManager_ErrorRenameFilesExist", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to The backup folder [PARAM] cannot be renamed to [PARAM] because a folder with that name already exists.[BR][BR]Do you want to continue and remove the existing folder?.
'''</summary>
Friend ReadOnly Property frmGameManager_ErrorRenameFolderExists() As String
Get
Return ResourceManager.GetString("frmGameManager_ErrorRenameFolderExists", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to You must enter a valid game name..
'''</summary>