summaryrefslogtreecommitdiff
path: root/src/input/pages
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-26 18:40:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-26 18:40:02 +0300
commit537b66dbab370463a4a8d0d860a98626f73b4635 (patch)
treeb57561ba706939d73ecce4f3242cdca6ed515b46 /src/input/pages
parent2f345a6bf8385bf0874b976d0da9790faa4ee0ff (diff)
downloadplus-537b66dbab370463a4a8d0d860a98626f73b4635.tar.gz
plus-537b66dbab370463a4a8d0d860a98626f73b4635.tar.bz2
plus-537b66dbab370463a4a8d0d860a98626f73b4635.tar.xz
plus-537b66dbab370463a4a8d0d860a98626f73b4635.zip
Move chat command /disconnect 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 52970cd8e..4c28e5a3b 100644
--- a/src/input/pages/other.cpp
+++ b/src/input/pages/other.cpp
@@ -256,6 +256,12 @@ SetupActionData setupActionDataOther[] =
"",
},
{
+ // TRANSLATORS: input action name
+ N_("Quick disconnect from server"),
+ InputAction::DISCONNECT,
+ "",
+ },
+ {
"",
InputAction::NO_VALUE,
""