Skip to content

Commit

Permalink
Removed localization so that the tests pass...
Browse files Browse the repository at this point in the history
  • Loading branch information
oscargus committed Dec 20, 2015
1 parent a35159b commit 5fbb045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ public void actionPerformed(ActionEvent e) {
class AutoAction extends BasicAction {

public AutoAction() {
super(Localization.lang("Auto"), Localization.lang("Analyze text automatically"),
super("Auto", "Analyze text automatically",
IconTheme.JabRefIcon.AUTO_GROUP.getIcon());
}

Expand Down

0 comments on commit 5fbb045

Please sign in to comment.