diff options
author | sr55 <[email protected]> | 2013-09-21 22:13:58 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-09-21 22:13:58 +0000 |
commit | bc760c13e3d02ed7ab88b47f961a39be3b74424a (patch) | |
tree | 0daae4c5971424fe54c4c686dd0829baef290560 /win/CS/HandBrakeWPF | |
parent | a27b2c176c84d290339f3bb0dc5b9f9961817b30 (diff) |
WinGui: Fix typo
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5795 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF')
-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 322d15fb6..b432cc0bd 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -468,7 +468,7 @@ namespace HandBrakeWPF.Properties { ///
///- Have a Intel Core series CPU with HD Graphics.
///- Have a monitor connected to the HD Graphics
- ///- Note in multi-GPU enviroments, there may be workarounds but these are not officially supported..
+ ///- Note in multi-GPU environments, there may be workarounds but these are not officially supported..
/// </summary>
public static string Video_QuickSyncNotAvailable {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 08164ecdb..3a7231687 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -361,7 +361,7 @@ In order to use the QuickSync encoder, you must: - Have a Intel Core series CPU with HD Graphics.
- Have a monitor connected to the HD Graphics
-- Note in multi-GPU enviroments, there may be workarounds but these are not officially supported.</value>
+- Note in multi-GPU environments, there may be workarounds but these are not officially supported.</value>
</data>
<data name="Video_ScalingModes" xml:space="preserve">
<value>Lanczos - This is HandBrakes default scaler. It provides the best quality downscaling.
|