Browse Source

UI: Adjust server rejection error message

This error implies to the user that the server still thinks they're
logged in, but that apparently no longer happens (at least on Twitch).
If the error happens, it usually means that the key is invalid or that
there's some general server issue, so update the message to reflect
that.
jp9000 9 years ago
parent
commit
386a2ef8c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      obs/data/locale/en-US.ini

+ 1 - 1
obs/data/locale/en-US.ini

@@ -106,7 +106,7 @@ ConfirmRemove.Text="Are you sure you wish to remove '$1'?"
 Output.ConnectFail.Title="Failed to connect"
 Output.ConnectFail.BadPath="Invalid Path or Connection URL.  Please check your settings to confirm that they are valid."
 Output.ConnectFail.ConnectFailed="Failed to connect to server"
-Output.ConnectFail.InvalidStream="Could not access the specified channel or stream key.  This could be because the key/channel is invalid, or because the server still thinks you are logged in."
+Output.ConnectFail.InvalidStream="Could not access the specified channel or stream key, please double-check your stream key.  If it is correct, there may be a problem connecting to the server."
 Output.ConnectFail.Error="An unexpected error occurred when trying to connect to the server.  More information in the log file."
 Output.ConnectFail.Disconnected="Disconnected from server."