aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/arrays.xml2
-rw-r--r--src/main/res/values/strings.xml4
2 files changed, 4 insertions, 2 deletions
diff --git a/src/main/res/values/arrays.xml b/src/main/res/values/arrays.xml
index ba5218cbc..d56b12bae 100644
--- a/src/main/res/values/arrays.xml
+++ b/src/main/res/values/arrays.xml
@@ -43,7 +43,7 @@
<string-array name="quick_actions">
<item>@string/none</item>
<item>@string/recently_used</item>
- <item>@string/attach_take_picture</item>
+ <item>@string/attach_take_from_camera</item>
<item>@string/attach_choose_picture</item>
<item>@string/attach_record_voice</item>
<item>@string/send_location</item>
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>