mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
Minor update of err msg
This commit is contained in:
parent
7d368717ef
commit
a2e9519725
@ -721,7 +721,7 @@ namespace Nikse.SubtitleEdit.Forms.Translate
|
||||
nikseComboBoxUrl.Text = "https://api.deepl.com/";
|
||||
|
||||
MessageBox.Show(
|
||||
this, "Possible you are using a wrong url - switching to https://api.deepl.com/ - please retry." + Environment.NewLine +
|
||||
this, "You might be using a wrong url - switching to https://api.deepl.com/ - please retry." + Environment.NewLine +
|
||||
Environment.NewLine +
|
||||
_autoTranslator.Error,
|
||||
Text,
|
||||
@ -733,7 +733,7 @@ namespace Nikse.SubtitleEdit.Forms.Translate
|
||||
nikseComboBoxUrl.Text = "https://api-free.deepl.com/";
|
||||
|
||||
MessageBox.Show(
|
||||
this, "Possible you are using a wrong url - switching to https://api-free.deepl.com/ - please retry." + Environment.NewLine +
|
||||
this, "You might be using a wrong url - switching to https://api-free.deepl.com/ - please retry." + Environment.NewLine +
|
||||
Environment.NewLine +
|
||||
_autoTranslator.Error,
|
||||
Text,
|
||||
@ -747,7 +747,7 @@ namespace Nikse.SubtitleEdit.Forms.Translate
|
||||
Environment.NewLine +
|
||||
LanguageSettings.Current.GoogleTranslate.ReadMore + Environment.NewLine +
|
||||
Environment.NewLine +
|
||||
"Client ID and Client secrect are required" + Environment.NewLine +
|
||||
"Client ID and Client secret are required" + Environment.NewLine +
|
||||
Environment.NewLine +
|
||||
_autoTranslator.Error,
|
||||
Text,
|
||||
|
Loading…
Reference in New Issue
Block a user