diff options
author | Bernhard Reutner-Fischer <[email protected]> | 2018-03-04 13:59:13 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2018-03-10 23:00:41 +0000 |
commit | 8e61891954e58ee51261e2ee5537f80e7773a54f (patch) | |
tree | 9fbd5abcb578d54251d7ff532a247cffe47ac10f /win/CS/HandBrakeWPF/Properties | |
parent | 4f6165e1e9a00f73008a90f7135e66a0a7a2926b (diff) |
Fix typo
s/seletec/select/g
Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 2 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 657b2f22e..4f350073b 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -978,7 +978,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to HandBrake will not be able to encode the seleteced source as it did not find a valid source with titles to encode.
+ /// Looks up a localized string similar to HandBrake will not be able to encode the selected source as it did not find a valid source with titles to encode.
///This could be due to one of the following reasons:
///- The source file is not a valid video file or is in a format that HandBrake does not support.
///- The source may be copy protected or include DRM. Please note that HandBrake does not support the removal of copy protections.
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index f21033e22..7a995e0ab 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -524,7 +524,7 @@ Foreign Audio Preferred, else First - If the foreign audio track exists, it will <value>No valid source or titles found.</value>
</data>
<data name="Main_ScanNoTitlesFoundMessage" xml:space="preserve">
- <value>HandBrake will not be able to encode the seleteced source as it did not find a valid source with titles to encode.
+ <value>HandBrake will not be able to encode the selected source as it did not find a valid source with titles to encode.
This could be due to one of the following reasons:
- The source file is not a valid video file or is in a format that HandBrake does not support.
- The source may be copy protected or include DRM. Please note that HandBrake does not support the removal of copy protections.
|