Skip to content

Commit

Permalink
missed tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantas-2155X committed Sep 4, 2024
1 parent aa175a6 commit 5526a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HardSubberGUI/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class MainWindowViewModel : ViewModelBase
public static string MetadataTitleTooltip => "Set the videos metadata title to filename\nFixes 'Raw Video' title in cytu.be";
public static string FastStartTooltip => "Optimize for web playback\nCan fix not loading in cytu.be";
public static string PGSSubsTooltip => "Hardsub PGS type subtitles\nHardware acceleration and resizing are not supported";
public static string ApplySubsTooltip => "Apply subtitles and audio";
public static string ApplySubsTooltip => "Apply subtitles";
public static string ApplyResizeTooltip => "Resize the video\nHardware Acceleration is not used for this";
public static string AACTooltip => "Convert audio codec to AAC\nCan fix not loading in cytu.be";
public static string ExternalSubsTooltip => "Use external subtitles\nMust be an .ass or .srt file next to the video file with the same name";
Expand Down

0 comments on commit 5526a9c

Please sign in to comment.