* label text: Fetch & Match Data
This commit is contained in:
parent
caa7c6bb09
commit
13506a97f1
|
@ -366,7 +366,7 @@ public class RenamePanel extends JComponent {
|
|||
}
|
||||
|
||||
protected ActionPopup createFetchPopup() {
|
||||
final ActionPopup actionPopup = new ActionPopup("Series / Movie Data", ResourceManager.getIcon("action.fetch"));
|
||||
final ActionPopup actionPopup = new ActionPopup("Fetch & Match Data", ResourceManager.getIcon("action.fetch"));
|
||||
|
||||
actionPopup.addDescription(new JLabel("Episode Mode:"));
|
||||
|
||||
|
|
Loading…
Reference in New Issue