1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 16:28:51 -05:00

* changed label text

This commit is contained in:
Reinhard Pointner 2009-12-03 23:44:50 +00:00
parent 6a43ab6e3f
commit 7a77530a06

View File

@ -149,7 +149,7 @@ public class RenamePanel extends JComponent {
}
actionPopup.addSeparator();
actionPopup.addDescription(new JLabel("Movie Identification:"));
actionPopup.addDescription(new JLabel("Movie Mode:"));
// create action for movie name completion
TMDbClient tmdb = new TMDbClient(getApplicationProperty("themoviedb.apikey"));