diff options
author | sr55 <[email protected]> | 2018-11-04 17:18:31 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2018-11-04 17:18:31 +0000 |
commit | f150842bcf21ad649438eb1de1f86e2ef4321615 (patch) | |
tree | ebc4b1049f62535c2628cbeff902115de74a42c2 /win | |
parent | b5e2378be7525734f8caa227eef9c11a3fe7f4d0 (diff) |
WinGui: Fix incorrect error message.
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 0badf3c9e..1b375fb6a 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -4457,7 +4457,7 @@ namespace HandBrakeWPF.Properties { /// <summary>
/// Looks up a localized string similar to Unable to detect VLC Player.
- ///Please make sure VLC is installed and the directory specified in HandBrake's options is correct. (See: "Tools Menu > Options > Picture Tab").
+ ///Please make sure VLC is installed and the directory specified in HandBrake's options is correct. (See: "Tools Menu > Preferences > General").
/// </summary>
public static string StaticPreviewViewModel_UnableToFindVLC {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 2ce55d5f1..497d51d83 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -684,7 +684,7 @@ Are you sure you wish to exit HandBrake?</value> </data>
<data name="StaticPreviewViewModel_UnableToFindVLC" xml:space="preserve">
<value>Unable to detect VLC Player.
-Please make sure VLC is installed and the directory specified in HandBrake's options is correct. (See: "Tools Menu > Options > Picture Tab")</value>
+Please make sure VLC is installed and the directory specified in HandBrake's options is correct. (See: "Tools Menu > Preferences > General")</value>
</data>
<data name="StaticPreviewViewModel_UnableToPlayFile" xml:space="preserve">
<value>Unable to find the preview file. Either the file was deleted or the encode failed. Check the activity log for details.</value>
|