Changed label for new path setting

This commit is contained in:
Michael J. Seiferling
2018-10-04 10:33:49 -06:00
parent a556fa5da1
commit 9a046bcb4c
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -517,9 +517,9 @@ Partial Class frmSettings
Me.chkShowResolvedPaths.AutoSize = True Me.chkShowResolvedPaths.AutoSize = True
Me.chkShowResolvedPaths.Location = New System.Drawing.Point(6, 65) Me.chkShowResolvedPaths.Location = New System.Drawing.Point(6, 65)
Me.chkShowResolvedPaths.Name = "chkShowResolvedPaths" Me.chkShowResolvedPaths.Name = "chkShowResolvedPaths"
Me.chkShowResolvedPaths.Size = New System.Drawing.Size(154, 17) Me.chkShowResolvedPaths.Size = New System.Drawing.Size(238, 17)
Me.chkShowResolvedPaths.TabIndex = 2 Me.chkShowResolvedPaths.TabIndex = 2
Me.chkShowResolvedPaths.Text = "Show resolved save paths " Me.chkShowResolvedPaths.Text = "Show resolved save paths in Game Manager"
Me.chkShowResolvedPaths.UseVisualStyleBackColor = True Me.chkShowResolvedPaths.UseVisualStyleBackColor = True
' '
'chkSessionTracking 'chkSessionTracking
+1 -1
View File
@@ -4660,7 +4660,7 @@ Namespace My.Resources
End Property End Property
'''<summary> '''<summary>
''' Looks up a localized string similar to Show resolved save paths. ''' Looks up a localized string similar to Show resolved save paths in Game Manager.
'''</summary> '''</summary>
Friend ReadOnly Property frmSettings_chkShowResolvedPaths() As String Friend ReadOnly Property frmSettings_chkShowResolvedPaths() As String
Get Get
+1 -1
View File
@@ -2222,7 +2222,7 @@
<value>An error occured while building a list of environment variables.[BR][BR][PARAM]</value> <value>An error occured while building a list of environment variables.[BR][BR][PARAM]</value>
</data> </data>
<data name="frmSettings_chkShowResolvedPaths" xml:space="preserve"> <data name="frmSettings_chkShowResolvedPaths" xml:space="preserve">
<value>Show resolved save paths</value> <value>Show resolved save paths in Game Manager</value>
</data> </data>
<data name="frmGameManager_7zBackup" xml:space="preserve"> <data name="frmGameManager_7zBackup" xml:space="preserve">
<value>7-Zip</value> <value>7-Zip</value>
+4 -4
View File
@@ -2,7 +2,7 @@ Game Backup Monitor v1.1.5 Readme
http://mikemaximus.github.io/gbm-web/ http://mikemaximus.github.io/gbm-web/
gamebackupmonitor@gmail.com gamebackupmonitor@gmail.com
October 1st, 2018 October 4th, 2018
New in 1.1.5 New in 1.1.5
@@ -24,14 +24,14 @@ All Platforms:
- GBM will no longer allow the creation of variables using reserved names, such as APPDATA. - GBM will no longer allow the creation of variables using reserved names, such as APPDATA.
- Your configurations will be automatically updated to these new formats when upgrading to v1.1.5. - Your configurations will be automatically updated to these new formats when upgrading to v1.1.5.
- These changes will break game list compatability with other versions of GBM. Archived lists are available at http://mikemaximus.github.io/gbm-web/archive.html for those that wish to stay on an older version. - These changes will break game list compatability with other versions of GBM. Archived lists are available at http://mikemaximus.github.io/gbm-web/archive.html for those that wish to stay on an older version.
- Added a new setting, "Show resolved save paths". - Added a new setting, "Show resolved save paths in Game Manager".
- This new setting is enabled by default. - This new setting is enabled by default.
- When enabled, GBM will display resolved save paths on the Game Manager. This is how GBM displayed paths prior to v1.1.5. - When enabled, GBM will display resolved save paths in the Game Manager. This is how GBM displayed paths prior to v1.1.5.
- When disabled, GBM will display save paths with their variables when applicable. - When disabled, GBM will display save paths with their variables when applicable.
- Added a tooltip to applicable "Path" fields on the Game Manager. - Added a tooltip to applicable "Path" fields on the Game Manager.
- This tooltip either displays either a resolved or unresolved path. - This tooltip either displays either a resolved or unresolved path.
- The behaviour is toggled by the "Show resolved save paths" setting. - The behaviour is toggled by the "Show resolved save paths" setting.
-Added "Import Backup Files" feature to the Game Manager. - Added "Import Backup Files" feature to the Game Manager.
- This feature allows you to import one or more backup files for a specific game configuration. - This feature allows you to import one or more backup files for a specific game configuration.
- This is useful if you lost your GBM database(s), but not the backup files. It also can be used to easily move compatible saved game backups between Windows and Linux. - This is useful if you lost your GBM database(s), but not the backup files. It also can be used to easily move compatible saved game backups between Windows and Linux.
- GBM cannot verify that the backups being imported are compatible with the current configuration. This is up to the user! - GBM cannot verify that the backups being imported are compatible with the current configuration. This is up to the user!