diff options
author | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-09 19:23:26 +0100 |
---|---|---|
committer | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-09 19:23:26 +0100 |
commit | 06eae476ee7e19029fe1ac28eae75fdcc1d4d1e6 (patch) | |
tree | 54180483627e4d9470f566d17033d6dbc5790c74 /src/main/res/values | |
parent | 0a48f777acefa29443743f68f242136309169ba2 (diff) |
Introduced expert options to control enter-is-send
(default == off)
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 9cb60cf8..31f4dbea 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -434,4 +434,7 @@ <string name="two_hours">2 hours</string> <string name="eight_hours">8 hours</string> <string name="until_further_notice">Until further notice</string> + <string name="pref_input_options">Input options</string> + <string name="pref_enter_is_send">Enter is send</string> + <string name="pref_enter_is_send_summary">Use enter key to send message</string> </resources> |