diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-26 15:59:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-26 15:59:27 +0300 |
commit | 662ea582cd57827475062fb6b728da6c21c14181 (patch) | |
tree | 1dc38343871d3e36d09a16ee2d85d95ae81da3e0 /src/input/pages | |
parent | ffe1b11e981112a662669358863805fabe14e94c (diff) | |
download | plus-662ea582cd57827475062fb6b728da6c21c14181.tar.gz plus-662ea582cd57827475062fb6b728da6c21c14181.tar.bz2 plus-662ea582cd57827475062fb6b728da6c21c14181.tar.xz plus-662ea582cd57827475062fb6b728da6c21c14181.zip |
Move chat command /pricesave into actions.
Diffstat (limited to 'src/input/pages')
-rw-r--r-- | src/input/pages/other.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp index 57b0b68b0..786a1974d 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -244,6 +244,12 @@ SetupActionData setupActionDataOther[] = "", }, { + // TRANSLATORS: input action name + N_("Save shop items list to disk"), + InputAction::PRICE_SAVE, + "", + }, + { "", InputAction::NO_VALUE, "" |