Changes for issue #135

This commit is contained in:
MikeMaximus
2018-06-21 11:08:10 -06:00
parent b3cfab7ee6
commit 218ce3f367
3 changed files with 23 additions and 4 deletions
+10 -1
View File
@@ -2698,7 +2698,7 @@ Namespace My.Resources
End Property
'''<summary>
''' Looks up a localized string similar to Items are semi-colon delimited..
''' Looks up a localized string similar to Items are colon delimited..
'''</summary>
Friend ReadOnly Property frmIncludeExclude_RawEditInfo() As String
Get
@@ -5637,6 +5637,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to A file with the same name already exists in the backup folder.[BR][BR]This game stores saves in a relative location, you may need to restore the current backup if the game was recently re-installed.[BR][BR]Do you want to overwrite this file?.
'''</summary>
Friend ReadOnly Property mgrBackup_ConfirmOverwriteRelative() As String
Get
Return ResourceManager.GetString("mgrBackup_ConfirmOverwriteRelative", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Backup aborted due to lack of disk space..
'''</summary>