Typo and comment fixes for issue #147
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Generated
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user