fix idle text not being localized
This commit is contained in:
parent
f02d12ff81
commit
d11f18f32d
Binary file not shown.
|
@ -120,6 +120,7 @@ namespace uploader
|
|||
|
||||
settingsGroup.Text = LocalizationHelper.Base.UploadForm_Info;
|
||||
uploadButton.Text = LocalizationHelper.Base.UploadForm_Upload;
|
||||
statusLabel.Text = LocalizationHelper.Base.Message_Idle;
|
||||
}
|
||||
|
||||
private void uploadButton_Click(object sender, EventArgs e)
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue