* tooltips

This commit is contained in:
Reinhard Pointner 2015-10-23 15:40:51 +00:00
parent 54b3193301
commit 0223e425ab
1 changed files with 1 additions and 1 deletions

View File

@ -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 &gt; 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 &gt; 100<br>• age &lt; 7<br>• file.isEpisode()<br>• …<br></html>";
}