diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-26 18:40:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-26 18:40:02 +0300 |
commit | 537b66dbab370463a4a8d0d860a98626f73b4635 (patch) | |
tree | b57561ba706939d73ecce4f3242cdca6ed515b46 /src/input/pages | |
parent | 2f345a6bf8385bf0874b976d0da9790faa4ee0ff (diff) | |
download | plus-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.cpp | 6 |
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, "" |