summaryrefslogtreecommitdiff
path: root/src/strings.c
diff options
context:
space:
mode:
authorKDSKardabox <bollygame94@gmail.com>2018-12-09 00:01:45 +0530
committerKDSKardabox <bollygame94@gmail.com>2018-12-09 00:01:45 +0530
commit1357449d737a5e88dbfbf8b1fcdee59badb25554 (patch)
tree925822e2792af65e1099ef7a2b0932a80880087b /src/strings.c
parent2dfbe75b05cd6ec6e686d5e58de9a0a58e5af408 (diff)
parent6babb97182c9210373f50f3a4c66102ae13bd9a4 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/strings.c')
-rw-r--r--src/strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.c b/src/strings.c
index 7b3df0eca..3ac6fa36c 100644
--- a/src/strings.c
+++ b/src/strings.c
@@ -155,7 +155,7 @@ const u8 gText_DexSortAtoZDescription[] = _("Spotted and owned POKéMON are list
const u8 gText_DexSortHeaviestDescription[] = _("Owned POKéMON are listed from the\nheaviest to the lightest.");
const u8 gText_DexSortLightestDescription[] = _("Owned POKéMON are listed from the\nlightest to the heaviest.");
const u8 gText_DexSortTallestDescription[] = _("Owned POKéMON are listed from the\ntallest to the smallest.");
-const u8 ggText_DexSortSmallestDescription[] = _("Owned POKéMON are listed from the\nsmallest to the tallest.");
+const u8 gText_DexSortSmallestDescription[] = _("Owned POKéMON are listed from the\nsmallest to the tallest.");
const u8 gText_DexEmptyString[] = _("");
const u8 gText_DexSearchDontSpecify[] = _("DON'T SPECIFY.");
const u8 gText_DexSearchTypeNone[] = _("NONE");