mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* tooltips
This commit is contained in:
parent
54b3193301
commit
0223e425ab
@ -429,6 +429,6 @@ public class PresetEditor extends JDialog {
|
||||
}
|
||||
};
|
||||
|
||||
private static final String FILE_FILTER_TOOLTIP = "<html>Groovy File Filter<br>• fn =~ /alias/<br>• ext =~ /mp4/<br>• minutes > 100<br>• file.isEpisode()<br>• …<br></html>";
|
||||
private static final String FILE_FILTER_TOOLTIP = "<html>File Selector Expression<br><hr noshade>e.g.<br>• fn =~ /alias/<br>• ext =~ /mp4/<br>• minutes > 100<br>• age < 7<br>• file.isEpisode()<br>• …<br></html>";
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user