diff options
author | sr55 <[email protected]> | 2018-11-08 19:18:35 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2018-11-08 19:19:09 +0000 |
commit | a05e1d5b79107f1262bbe0b454161039f25ef267 (patch) | |
tree | 4a1b851c189df6cc777ac5debf5b6612a675b24a /win | |
parent | 0c144ed4301adb6ff23739c6d2fca8108d44c46f (diff) |
WinGui: Fix Typo. #1669
Diffstat (limited to 'win')
-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 1b375fb6a..aa1cc7b44 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -2214,7 +2214,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Are you sure you wish to stop thie encode?.
+ /// Looks up a localized string similar to Are you sure you wish to stop this encode?.
/// </summary>
public static string MainView_StopEncodeConfirm {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 497d51d83..86f76fdb5 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -1248,7 +1248,7 @@ Would you like to overwrite it?</value> <value>Stop Encode</value>
</data>
<data name="MainView_StopEncodeConfirm" xml:space="preserve">
- <value>Are you sure you wish to stop thie encode?</value>
+ <value>Are you sure you wish to stop this encode?</value>
</data>
<data name="MainView_SubtitleBeforeScanError" xml:space="preserve">
<value>Please choose a source to encode before trying to import a subtitle file.</value>
|