summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-29 14:54:26 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-29 14:54:51 +0300
commit83e5dc67b704b397d85df7d4f4cd48b6d239b875 (patch)
tree238b4eea96330ec49e2b627f7059e31c14b958c1
parent85448b02d85df8cc31276e2635dde49b881668e2 (diff)
downloadplus-83e5dc67b704b397d85df7d4f4cd48b6d239b875.tar.gz
plus-83e5dc67b704b397d85df7d4f4cd48b6d239b875.tar.bz2
plus-83e5dc67b704b397d85df7d4f4cd48b6d239b875.tar.xz
plus-83e5dc67b704b397d85df7d4f4cd48b6d239b875.zip
Fix typo in action description.
-rw-r--r--src/input/pages/other.cpp2
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,
"",
},