You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix typo in settings window.
* Adds tool tip to Enable Maker Tools checkbox.
* Adds callback to logout endpoint when user logs out, to invalidate token.
* Updates UI copy.
* Blank slates now have 480px max width sub-text field.
* Adds 64 char max length to scene collection name, and 32 character max length to export camera name fields.
* Fixes possible unintentional freed pointer during scene collection install process.
* Improved sign in issue panel.
MarketplaceWindow.LoginNeeded.Title="Sign in to get started"
14
14
MarketplaceWindow.LoginNeeded.Subtitle="First off, let's connect your Marketplace account with OBS Studio"
15
-
MarketplaceWindow.LoginError.Title="Login Error"
16
-
MarketplaceWindow.LoginError.Subtitle="There was an error logging you in. Please click the Log In button above to try again."
15
+
MarketplaceWindow.LoginError.Title="Sign in"
16
+
MarketplaceWindow.LoginError.Subtitle="There was an issue signing you in. Please try signing in again to continue."
17
17
MarketplaceWindow.LoggingIn.Title="Signing you in"
18
18
MarketplaceWindow.LoggingIn.Subtitle="Please sign in using the browser window that should have appeared. If no browser window appeared, or you accidentally closed it, click below to try again."
MarketplaceWindow.Settings.EnableMakerTools="Turn on maker tools"
30
+
MarketplaceWindow.Settings.EnableMakerTools.Tooltip="Enables export and import tools for makers who want to create scene collections for the Elgato Marketplace."
31
+
MarketplaceWindow.Settings.MakerToolsRestartWarning.Disabled="Maker tools will be disabled after restarting OBS"
32
+
MarketplaceWindow.Settings.MakerToolsRestartWarning.Enabled="Maker tools will be enabled after restarting OBS"
SetupWizard.IncompatibleFile.Text="Error: This download did not contain a valid bundleInfo.json file and cannot be installed. (note: this is a problem with the submitted scene collection file on the server)"
73
+
SetupWizard.IncompatibleFile.Text="Error: this download did not contain a valid bundleInfo.json file and cannot be installed. (this is a problem with the submitted scene collection file on the server)"
0 commit comments