aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-04-18 19:38:58 +0200
committerChristian Schneppe <christian@pix-art.de>2017-04-18 19:38:58 +0200
commit546f71490ca64b8979d3e645af5cc83f3a5d02fa (patch)
tree5d61c8b9554c3dd43f92843d56b2a037a82e4c3f /src/main/res/values
parente2f3c3a3c0baa38d106443cb84e5ca25f43c1902 (diff)
Add content description to send button
This can be used by screen readers and other accessibility aids.
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 07db5f20f..f91bb9c94 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -770,4 +770,5 @@
<string name="image_mid">middle (1920p)</string>
<string name="image_high">high (3840p)</string>
<string name="last_seen_just_away">recently</string>
+ <string name="send_message">Send message</string>
</resources>