grand exchange plugin: Fix error message typos

This commit is contained in:
Jordan Atwood
2018-07-01 16:59:02 -07:00
parent 2e336cd5d1
commit 80657e1f52

View File

@@ -204,7 +204,7 @@ class GrandExchangeSearchPanel extends JPanel
log.warn("Unable to search for item {}", lookup, ex);
searchBox.setIcon(ERROR_ICON);
searchBox.setEditable(true);
errorPanel.setContent("Error fetching results", "An error occured why trying to fetch item data, please try again later.");
errorPanel.setContent("Error fetching results", "An error occurred while trying to fetch item data, please try again later.");
cardLayout.show(centerPanel, ERROR_PANEL);
return;
}