diff --git a/Source/Core/Windows/ExceptionDialog.cs b/Source/Core/Windows/ExceptionDialog.cs index fd133444..3edfdd39 100755 --- a/Source/Core/Windows/ExceptionDialog.cs +++ b/Source/Core/Windows/ExceptionDialog.cs @@ -168,7 +168,7 @@ namespace CodeImp.DoomBuilder.Windows } // Get GZDB version - result += "GZDB: R" + General.ThisAssembly.GetName().Version.Revision + Environment.NewLine; + result += "UDB: R" + General.ThisAssembly.GetName().Version.Revision + Environment.NewLine; result += "Platform: " + (Environment.Is64BitProcess ? "x64" : "x86") + Environment.NewLine + Environment.NewLine; return result; diff --git a/Source/Plugins/BuilderModes/Resources/Actions.cfg b/Source/Plugins/BuilderModes/Resources/Actions.cfg index 987f7ef7..a0e18d65 100755 --- a/Source/Plugins/BuilderModes/Resources/Actions.cfg +++ b/Source/Plugins/BuilderModes/Resources/Actions.cfg @@ -1350,9 +1350,9 @@ matchbrightness //mxd. moved from GZDoomEditing plugin gzdbvisualmode { - title = "GZDB Visual Mode"; + title = "Visual Mode"; category = "modes"; - description = "Switches to the (G)ZDoom visual editing mode. Hold Shift key to invert 'Synhcronize selection between Visual and Classic modes' setting. Hold Control key to disable position synchronization when 'Synchronize camera position between 2D and 3D modes' Preferences option is enabled."; + description = "Switches to the visual editing mode. Hold Shift key to invert 'Synhcronize selection between Visual and Classic modes' setting. Hold Control key to disable position synchronization when 'Synchronize camera position between 2D and 3D modes' Preferences option is enabled."; allowkeys = true; allowmouse = true; allowscroll = true;