diff options
author | sr55 <[email protected]> | 2013-11-22 22:28:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-11-22 22:28:48 +0000 |
commit | 40ec6dddc56edc05b0637f4445e82ea75875d179 (patch) | |
tree | a1dd4a8176fdbc98a6a83bc4e5a7d896253da88d /win/CS/HandBrakeWPF/Properties | |
parent | 6d1a0aaf440872cde4661d9ae50816a97331d55f (diff) |
WinGui: Fix typo on the Options window
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5903 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 c8cfeed8d..c81c09579 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -385,7 +385,7 @@ namespace HandBrakeWPF.Properties { /// <summary>
/// Looks up a localized string similar to Please note, this option is suitable only for slower systems. It will cause a bottleneck on faster systems.
- ///Accelerates Accelerates H.264, MPEG-4, VC1 and WMV3 only. .
+ ///Accelerates H.264, MPEG-4, VC1 and WMV3 only. .
/// </summary>
public static string Video_DxvaDecode {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 3439096ac..085633458 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -352,7 +352,7 @@ If you do not use this tab, it can be hidden from: Tools Menu > Options > </data>
<data name="Video_DxvaDecode" xml:space="preserve">
<value>Please note, this option is suitable only for slower systems. It will cause a bottleneck on faster systems.
-Accelerates Accelerates H.264, MPEG-4, VC1 and WMV3 only. </value>
+Accelerates H.264, MPEG-4, VC1 and WMV3 only. </value>
</data>
<data name="Video_QuickSyncNotAvailable" xml:space="preserve">
<value>QuickSync hardware not detected!
|