diff options
author | sr55 <[email protected]> | 2015-04-20 20:54:35 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-04-20 20:54:35 +0000 |
commit | fae5fb8d9927d3814af84baa7bd3796a03211698 (patch) | |
tree | b1852d378dd1f0551bb371cbe07fa44d0411ecb1 /win/CS/HandBrakeWPF/Properties | |
parent | 69a4cf5c8b880bd69be890a043dd3abae31b07bf (diff) |
WinGui: Minor design tweaks to the No Titles found dialog.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7109 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 4d30f9191..3d98340ec 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -652,7 +652,7 @@ namespace HandBrakeWPF.Properties { /// 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.
///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 is not a ripper.
+ ///- The source may be copy protected or include DRM. Please note that HandBrake does not support the removal of copy protections.
///
///The Activity log may have further information..
/// </summary>
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index c0cbc37b7..17eae8444 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -569,7 +569,7 @@ Foreign Audio Preferred, else First - If the foreign audio track exists, it will <value>HandBrake will not be able to encode the seleteced 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 is not a ripper.
+- The source may be copy protected or include DRM. Please note that HandBrake does not support the removal of copy protections.
The Activity log may have further information.</value>
</data>
|