mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Some minor fixes
This commit is contained in:
parent
37a1986a4f
commit
36e28013f0
@ -167,7 +167,9 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
}
|
||||
else if (e.Error != null)
|
||||
{
|
||||
MessageBox.Show("Download failed: " + e.Error.Message);
|
||||
MessageBox.Show(Configuration.Settings.Language.GetTesseractDictionaries.DownloadFailed + Environment.NewLine +
|
||||
Environment.NewLine +
|
||||
e.Error.Message);
|
||||
DialogResult = DialogResult.Cancel;
|
||||
return;
|
||||
}
|
||||
|
@ -234,7 +234,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
labelPleaseWait.Text = string.Empty;
|
||||
if (e.Error != null)
|
||||
{
|
||||
MessageBox.Show("Download failed!");
|
||||
MessageBox.Show(Configuration.Settings.Language.GetTesseractDictionaries.DownloadFailed);
|
||||
DialogResult = DialogResult.Cancel;
|
||||
return;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Language xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="Čeština">
|
||||
<Language Name="Čeština">
|
||||
<General>
|
||||
<Title>Subtitle Edit</Title>
|
||||
<Version>3.3.15</Version>
|
||||
|
Loading…
Reference in New Issue
Block a user