summaryrefslogtreecommitdiff
path: root/src/naming_screen.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-12-17 22:21:58 -0600
committerGitHub <noreply@github.com>2018-12-17 22:21:58 -0600
commitfa6429eaf842ea1db6122bc049de0c4efdd645a5 (patch)
tree9d02668a8504179b2f1c21fedf53b490fce07d72 /src/naming_screen.c
parent968218a469d3de8cf1bfad9e791daec01129e501 (diff)
parent4161c6e6d797450f854e5e498f9c339904c67a1c (diff)
Merge pull request #711 from melthelesbian/apostrophe
Use real apostrophes instead of fake ones
Diffstat (limited to 'src/naming_screen.c')
-rw-r--r--src/naming_screen.c2
1 files changed, 1 insertions, 1 deletions
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 "),
_(" ! ? ♂ ♀ / - "),
- _(" … “ ” ‘ ’ "),
+ _(" … “ ” ‘ ' "),
},
};