aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-06-17 16:02:26 +0200
committerChristian Schneppe <christian@pix-art.de>2017-06-17 16:02:26 +0200
commit1711c6d52a878dd74d24dda0c6b5fbedbbad75da (patch)
tree56468925ac94e79198a4ceecc68d882a33cb5798 /src/main/res/values/strings.xml
parentf59f2ad52688504813a739a2b667c04c2703a47a (diff)
allow recording of videos from attachment choice too
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 2105ca21b..03a1a7c47 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -131,7 +131,7 @@
<string name="receive_presence_updates">Receive presence updates</string>
<string name="ask_for_presence_updates">Ask for presence updates</string>
<string name="attach_choose_picture">Choose picture</string>
- <string name="attach_take_picture">Take picture</string>
+ <string name="attach_take_from_camera">Take from camera</string>
<string name="preemptively_grant">Preemptively grant subscription request</string>
<string name="error_not_an_image_file">The file you selected is not an image</string>
<string name="error_compressing_image">Error while converting the image file</string>
@@ -770,4 +770,6 @@
<string name="retry_decryption">Retry decryption</string>
<string name="session_failure">Session failure</string>
<string name="sasl_downgrade">Downgraded SASL mechanism</string>
+ <string name="action_take_photo">take photo</string>
+ <string name="action_take_video">record video</string>
</resources>