summaryrefslogtreecommitdiff
path: root/src/input/pages
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-23 20:47:15 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-23 20:47:15 +0300
commite6d02447113b137ce37f2331ae674371c3968e28 (patch)
treee659f4b159c991d8cbd0b167ec74486de06ae91e /src/input/pages
parent051b5fc10eaec4f4aec1de8e79f2feae60f0e084 (diff)
downloadplus-e6d02447113b137ce37f2331ae674371c3968e28.tar.gz
plus-e6d02447113b137ce37f2331ae674371c3968e28.tar.bz2
plus-e6d02447113b137ce37f2331ae674371c3968e28.tar.xz
plus-e6d02447113b137ce37f2331ae674371c3968e28.zip
Move chat command /who into actions.
Diffstat (limited to 'src/input/pages')
-rw-r--r--src/input/pages/other.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp
index d1a7d0bfd..e60b2addd 100644
--- a/src/input/pages/other.cpp
+++ b/src/input/pages/other.cpp
@@ -203,6 +203,12 @@ SetupActionData setupActionDataOther[] =
},
{
// TRANSLATORS: input action name
+ N_("Show online players number in chat"),
+ InputAction::WHO,
+ "",
+ },
+ {
+ // TRANSLATORS: input action name
N_("Show onscreen keyboard"),
InputAction::SHOW_KEYBOARD,
"",