Remove unused title in ContributionManagerDialog

This commit is contained in:
Federico Bond
2014-08-07 02:32:29 -03:00
parent db19953232
commit ce24ead73a

View File

@@ -44,7 +44,6 @@ public class ContributionManagerDialog {
static final String ANY_CATEGORY = Language.text("contrib.all");
JFrame dialog;
String title;
ContributionFilter filter;
JComboBox categoryChooser;
JScrollPane scrollPane;
@@ -101,6 +100,9 @@ public class ContributionManagerDialog {
.showYesNoQuestion(editor, title,
Language.text("contrib.unsaved_changes"),
Language.text("contrib.unsaved_changes.prompt"));
.showYesNoQuestion(editor, Language.text("contributions"),
Language.text("contributions.unsaved_changes"),
Language.text("contributions.unsaved_changes.prompt"));
if (option == JOptionPane.NO_OPTION)
return;