Skip to content

Commit

Permalink
use new name for help page
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgeiger committed Aug 10, 2016
1 parent d90be2b commit a4916a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class BibtexKeyPatternPanel extends JPanel {

public BibtexKeyPatternPanel(BasePanel panel) {
this.panel = panel;
help = new HelpAction(Localization.lang("Help on key patterns"), HelpFile.LABEL_PATTERN);
help = new HelpAction(Localization.lang("Help on key patterns"), HelpFile.BIBTEX_KEY_PATTERN);
buildGUI();
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sf/jabref/logic/help/HelpFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public enum HelpFile {
GROUP("GroupsHelp"),
CONTENT_SELECTOR("ContentSelectorHelp"),
SPECIAL_FIELDS("SpecialFieldsHelp"),
LABEL_PATTERN("LabelPatterns"),
BIBTEX_KEY_PATTERN("BibtexKeyPatterns"),
OWNER("OwnerHelp"),
TIMESTAMP("TimeStampHelp"),
CUSTOM_EXPORTS("CustomExports"),
Expand Down

0 comments on commit a4916a1

Please sign in to comment.