diff options
Diffstat (limited to 'src/strings.c')
-rw-r--r-- | src/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.c b/src/strings.c index 711e183d8..8190ffc45 100644 --- a/src/strings.c +++ b/src/strings.c @@ -112,7 +112,7 @@ const u8 gText_WTWeight[] = _("WT"); const u8 gText_SearchingPleaseWait[] = _("Searching…\nPlease wait."); const u8 gText_SearchCompleted[] = _("Search completed."); const u8 gText_NoMatchingPkmnWereFound[] = _("No matching POKéMON were found."); -const u8 gText_SeachForPkmnBasedOnParameters[] = _("Search for POKéMON based on\nselected parameters."); +const u8 gText_SearchForPkmnBasedOnParameters[] = _("Search for POKéMON based on\nselected parameters."); const u8 gText_SwitchPokedexListings[] = _("Switch POKéDEX listings."); const u8 gText_ReturnToPokedex[] = _("Return to the POKéDEX."); const u8 gText_SelectPokedexMode[] = _("Select the POKéDEX mode."); |