From 4161c6e6d797450f854e5e498f9c339904c67a1c Mon Sep 17 00:00:00 2001 From: Melody Date: Fri, 7 Dec 2018 10:53:04 -0500 Subject: Use real apostrophes instead of fake ones --- src/naming_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/naming_screen.c') diff --git a/src/naming_screen.c b/src/naming_screen.c index afc17fab3..1f904be1b 100644 --- a/src/naming_screen.c +++ b/src/naming_screen.c @@ -1939,7 +1939,7 @@ static const u8 sKeyboardCharacters[][4][20] = _(" 0 1 2 3 4 "), _(" 5 6 7 8 9 "), _(" ! ? ♂ ♀ / - "), - _(" … “ ” ‘ ’ "), + _(" … “ ” ‘ ' "), }, }; -- cgit v1.2.3