Typo and comment fixes for issue #147

This commit is contained in:
Michael J. Seiferling
2018-08-25 19:58:09 -06:00
parent ccd6d1fd39
commit e6277f1ae4
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -213,7 +213,6 @@ Public Class frmGameManager
'Check for existing files 'Check for existing files
For Each oBackupItem As clsBackup In oBackupItems For Each oBackupItem As clsBackup In oBackupItems
'Rename Current Backup File
sFileName = BackupFolder & oBackupItem.FileName sFileName = BackupFolder & oBackupItem.FileName
sNewFileName = Path.GetDirectoryName(sFileName) & Path.DirectorySeparatorChar & Path.GetFileName(sFileName).Replace(sOriginalAppItem, sNewAppItem) sNewFileName = Path.GetDirectoryName(sFileName) & Path.DirectorySeparatorChar & Path.GetFileName(sFileName).Replace(sOriginalAppItem, sNewAppItem)
If File.Exists(sNewFileName) Then If File.Exists(sNewFileName) Then
+1 -1
View File
@@ -2014,7 +2014,7 @@ Namespace My.Resources
End Property End Property
'''<summary> '''<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?. ''' 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 exists.[BR][BR]Do you want to continue and remove the existing files?.
'''</summary> '''</summary>
Friend ReadOnly Property frmGameManager_ErrorRenameFilesExist() As String Friend ReadOnly Property frmGameManager_ErrorRenameFilesExist() As String
Get Get
+1 -1
View File
@@ -2198,7 +2198,7 @@
<value>An error occured while extracting the executable icon.</value> <value>An error occured while extracting the executable icon.</value>
</data> </data>
<data name="frmGameManager_ErrorRenameFilesExist" xml:space="preserve"> <data name="frmGameManager_ErrorRenameFilesExist" xml:space="preserve">
<value>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?</value> <value>The backup folder contains one or more backup files that cannot be renamed to [PARAM] because a file using that name already exists.[BR][BR]Do you want to continue and remove the existing files?</value>
</data> </data>
<data name="frmGameManager_ErrorRenameFolderExists" xml:space="preserve"> <data name="frmGameManager_ErrorRenameFolderExists" xml:space="preserve">
<value>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?</value> <value>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?</value>