Fixed a few string typos
This commit is contained in:
Generated
+3
-3
@@ -3917,7 +3917,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized string similar to [PARAM][BR][BR]Do you wish to automatically search for the game path? (Path will be saved)".
|
''' Looks up a localized string similar to [PARAM][BR][BR]Do you wish to automatically search for the game path? (Path will be saved).
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property mgrPath_ConfirmAutoPath() As String
|
Friend ReadOnly Property mgrPath_ConfirmAutoPath() As String
|
||||||
Get
|
Get
|
||||||
@@ -3971,7 +3971,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized string similar to The restore path [PARAM] does not exist.[BR][BR]Do you want to create the folder and continue?".
|
''' Looks up a localized string similar to The restore path [PARAM] does not exist.[BR][BR]Do you want to create the folder and continue?.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property mgrRestore_ConfirmCreatePath() As String
|
Friend ReadOnly Property mgrRestore_ConfirmCreatePath() As String
|
||||||
Get
|
Get
|
||||||
@@ -3989,7 +3989,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized string similar to The restore path for [PARAM] does not match it's current save path.[BR][BR]Do you want to restore to the current save path instead? (Recommended)".
|
''' Looks up a localized string similar to The restore path for [PARAM] does not match it's current save path.[BR][BR]Do you want to restore to the current save path instead? (Recommended).
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property mgrRestore_ConfirmPathMismatch() As String
|
Friend ReadOnly Property mgrRestore_ConfirmPathMismatch() As String
|
||||||
Get
|
Get
|
||||||
|
|||||||
@@ -1400,7 +1400,7 @@
|
|||||||
<value>The search failed to locate the path for [PARAM].[BR][BR]Do you wish to manually set the game path? (Path will be saved)</value>
|
<value>The search failed to locate the path for [PARAM].[BR][BR]Do you wish to manually set the game path? (Path will be saved)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="mgrPath_ConfirmAutoPath" xml:space="preserve">
|
<data name="mgrPath_ConfirmAutoPath" xml:space="preserve">
|
||||||
<value>[PARAM][BR][BR]Do you wish to automatically search for the game path? (Path will be saved)"</value>
|
<value>[PARAM][BR][BR]Do you wish to automatically search for the game path? (Path will be saved)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="mgrPath_ConfirmBackupLocation" xml:space="preserve">
|
<data name="mgrPath_ConfirmBackupLocation" xml:space="preserve">
|
||||||
<value>The backup location [PARAM] is not available.[BR]It may be on an external or network drive that isn't connected.[BR][BR]Do you want to select another backup location and continue?</value>
|
<value>The backup location [PARAM] is not available.[BR]It may be on an external or network drive that isn't connected.[BR][BR]Do you want to select another backup location and continue?</value>
|
||||||
@@ -1418,13 +1418,13 @@
|
|||||||
<value>[PARAM] restore failed</value>
|
<value>[PARAM] restore failed</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="mgrRestore_ConfirmCreatePath" xml:space="preserve">
|
<data name="mgrRestore_ConfirmCreatePath" xml:space="preserve">
|
||||||
<value>The restore path [PARAM] does not exist.[BR][BR]Do you want to create the folder and continue?"</value>
|
<value>The restore path [PARAM] does not exist.[BR][BR]Do you want to create the folder and continue?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="mgrRestore_ConfirmFailedCheck" xml:space="preserve">
|
<data name="mgrRestore_ConfirmFailedCheck" xml:space="preserve">
|
||||||
<value>The backup file for [PARAM] has failed the file intergity check. It may be corrupted, not exist or been modified by another application.[BR][BR]Do you still want to restore this backup? (Not Recommended)</value>
|
<value>The backup file for [PARAM] has failed the file intergity check. It may be corrupted, not exist or been modified by another application.[BR][BR]Do you still want to restore this backup? (Not Recommended)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="mgrRestore_ConfirmPathMismatch" xml:space="preserve">
|
<data name="mgrRestore_ConfirmPathMismatch" xml:space="preserve">
|
||||||
<value>The restore path for [PARAM] does not match it's current save path.[BR][BR]Do you want to restore to the current save path instead? (Recommended)"</value>
|
<value>The restore path for [PARAM] does not match it's current save path.[BR][BR]Do you want to restore to the current save path instead? (Recommended)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="mgrRestore_ErrorCheckAbort" xml:space="preserve">
|
<data name="mgrRestore_ErrorCheckAbort" xml:space="preserve">
|
||||||
<value>Restored aborted by user due to a failed file integrity check.</value>
|
<value>Restored aborted by user due to a failed file integrity check.</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user