diff --git a/GBM/Forms/frmSettings.Designer.vb b/GBM/Forms/frmSettings.Designer.vb
index 1b21cb5..cdb6c0d 100644
--- a/GBM/Forms/frmSettings.Designer.vb
+++ b/GBM/Forms/frmSettings.Designer.vb
@@ -517,9 +517,9 @@ Partial Class frmSettings
Me.chkShowResolvedPaths.AutoSize = True
Me.chkShowResolvedPaths.Location = New System.Drawing.Point(6, 65)
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.Text = "Show resolved save paths "
+ Me.chkShowResolvedPaths.Text = "Show resolved save paths in Game Manager"
Me.chkShowResolvedPaths.UseVisualStyleBackColor = True
'
'chkSessionTracking
diff --git a/GBM/My Project/Resources.Designer.vb b/GBM/My Project/Resources.Designer.vb
index 9a80a86..3758a8c 100644
--- a/GBM/My Project/Resources.Designer.vb
+++ b/GBM/My Project/Resources.Designer.vb
@@ -4660,7 +4660,7 @@ Namespace My.Resources
End Property
'''
- ''' 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.
'''
Friend ReadOnly Property frmSettings_chkShowResolvedPaths() As String
Get
diff --git a/GBM/My Project/Resources.resx b/GBM/My Project/Resources.resx
index 2e3e6a6..00d9bcd 100644
--- a/GBM/My Project/Resources.resx
+++ b/GBM/My Project/Resources.resx
@@ -2222,7 +2222,7 @@
An error occured while building a list of environment variables.[BR][BR][PARAM]
- Show resolved save paths
+ Show resolved save paths in Game Manager
7-Zip
diff --git a/GBM/readme.txt b/GBM/readme.txt
index a618210..7769888 100644
--- a/GBM/readme.txt
+++ b/GBM/readme.txt
@@ -2,7 +2,7 @@ Game Backup Monitor v1.1.5 Readme
http://mikemaximus.github.io/gbm-web/
gamebackupmonitor@gmail.com
-October 1st, 2018
+October 4th, 2018
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.
- 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.
-- 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.
- - 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.
- Added a tooltip to applicable "Path" fields on the Game Manager.
- This tooltip either displays either a resolved or unresolved path.
- 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 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!