diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-29 14:54:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-29 14:54:51 +0300 |
commit | 83e5dc67b704b397d85df7d4f4cd48b6d239b875 (patch) | |
tree | 238b4eea96330ec49e2b627f7059e31c14b958c1 /src/input/pages/other.cpp | |
parent | 85448b02d85df8cc31276e2635dde49b881668e2 (diff) | |
download | plus-83e5dc67b704b397d85df7d4f4cd48b6d239b875.tar.gz plus-83e5dc67b704b397d85df7d4f4cd48b6d239b875.tar.bz2 plus-83e5dc67b704b397d85df7d4f4cd48b6d239b875.tar.xz plus-83e5dc67b704b397d85df7d4f4cd48b6d239b875.zip |
Fix typo in action description.
Diffstat (limited to 'src/input/pages/other.cpp')
-rw-r--r-- | src/input/pages/other.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp index 59a698bc3..3994b00f5 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -273,7 +273,7 @@ SetupActionData setupActionDataOther[] = }, { // TRANSLATORS: input action name - N_("Crate items (for gms)"), + N_("Create items (for gms)"), InputAction::CREATE_ITEMS, "", }, |