From 7dcc42c841005c5e475bfcb37e78bc7bc15b4a9d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Dec 2014 15:22:23 +0300 Subject: Add sell action. New chat command: /sell [name] --- src/input/pages/basic.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input/pages') diff --git a/src/input/pages/basic.cpp b/src/input/pages/basic.cpp index f514d388b..5840e92c3 100644 --- a/src/input/pages/basic.cpp +++ b/src/input/pages/basic.cpp @@ -241,6 +241,12 @@ SetupActionData setupActionDataBasic[] = InputAction::BUY, "", }, + { + // TRANSLATORS: input action name + N_("Sell"), + InputAction::SELL, + "", + }, { // TRANSLATORS: input action name N_("Open context menu"), -- cgit v1.2.3-60-g2f50