diff options
author | Patriccollu <[email protected]> | 2021-03-18 18:44:03 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2021-03-18 19:35:41 +0000 |
commit | 9f505305c87f758394c4813f4ee4a4ba5e44e73b (patch) | |
tree | d05ed23ee4ca37ce9ffdb3daf54ef87ec88ea9ce /win/CS | |
parent | d2111e958b267742dce0dd9521f9c569cb7f370d (diff) |
WinGui: Fixing typos on OldOperatingSystem string
Diffstat (limited to 'win/CS')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 8ba5ea0d7..77733c8ef 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -2463,10 +2463,10 @@ Fields are limited to: <data name="OldOperatingSystem" xml:space="preserve">
<value>Please be aware that HandBrake is no longer supported on any version of Windows 7 or Windows 8.
-While you can continue using the applicaiton at your own risk, please be aware that certain freatures are non-functional and there may be other unknown issues. There is no support available when these issues occur.
+While you can continue using the application at your own risk, please be aware that certain features are non-functional and there may be other unknown issues. There is no support available when these issues occur.
Support for Windows 7 and 8 was deprecated in the 1.3 series. This means there will be no further updates to correct issues on these platforms.
This warning will display only twice.</value>
</data>
-</root>
\ No newline at end of file +</root>
|