Updated import version warning

This commit is contained in:
Michael J. Seiferling
2018-09-30 13:37:58 -06:00
parent cb49434a46
commit 8d82b2efd3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -826,7 +826,7 @@ Public Class mgrMonitorList
Exit Sub
End If
If oExportInfo.AppVer < 110 Then
If oExportInfo.AppVer < 115 Then
If mgrCommon.ShowMessage(mgrMonitorList_ImportVersionWarning, MsgBoxStyle.YesNo) = MsgBoxResult.No Then
Exit Sub
End If
+1 -1
View File
@@ -6133,7 +6133,7 @@ Namespace My.Resources
End Property
'''<summary>
''' Looks up a localized string similar to This export file was created with a version of GBM prior to 1.1.0 and does not contain unique game identifiers.[BR][BR]Do you still want to import configurations from this file? (Not Recommended).
''' Looks up a localized string similar to This export file was created with a version of GBM prior to 1.1.5 and may contain incompatible configuration data.[BR][BR]Do you still want to import configurations from this file? (Not Recommended).
'''</summary>
Friend ReadOnly Property mgrMonitorList_ImportVersionWarning() As String
Get
+1 -1
View File
@@ -2027,7 +2027,7 @@
<value>This file cannot be used to sync game indentifiers. It was created with an older version of GBM.</value>
</data>
<data name="mgrMonitorList_ImportVersionWarning" xml:space="preserve">
<value>This export file was created with a version of GBM prior to 1.1.0 and does not contain unique game identifiers.[BR][BR]Do you still want to import configurations from this file? (Not Recommended)</value>
<value>This export file was created with a version of GBM prior to 1.1.5 and may contain incompatible configuration data.[BR][BR]Do you still want to import configurations from this file? (Not Recommended)</value>
</data>
<data name="mgrMonitorList_ConfirmFileGameIDSync" xml:space="preserve">
<value>Do you want to sync your game identifiers with this export file?[BR][BR]You should only do this if you're managing your own game configurations. If you use GBM on multiple PCs, please see "Tools" section of the online manual before using this feature.</value>