diff options
-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>
|