grand exchange plugin: Fix error message typos
This commit is contained in:
@@ -204,7 +204,7 @@ class GrandExchangeSearchPanel extends JPanel
|
|||||||
log.warn("Unable to search for item {}", lookup, ex);
|
log.warn("Unable to search for item {}", lookup, ex);
|
||||||
searchBox.setIcon(ERROR_ICON);
|
searchBox.setIcon(ERROR_ICON);
|
||||||
searchBox.setEditable(true);
|
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);
|
cardLayout.show(centerPanel, ERROR_PANEL);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user