Use lower case for for Attach picture/video in overflow menu

Bug: 7120750
Change-Id: Ibff469e832eee62327bae1e96bf5cc9c290296d7
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 633a9c1..1015738 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -50,9 +50,9 @@
     <!--  Compose screen button. Add an attachment to this message [CHAR LIMIT=20] -->
     <string name="add_file_attachment">Attach file</string>
     <!--  Compose screen button. Add a photo attachment to this message [CHAR LIMIT=20] -->
-    <string name="add_photo_attachment">Attach Picture</string>
+    <string name="add_photo_attachment">Attach picture</string>
     <!--  Compose screen button. Add a video attachment to this message [CHAR LIMIT=20] -->
-    <string name="add_video_attachment">Attach Video</string>
+    <string name="add_video_attachment">Attach video</string>
     <!-- Button name: save this message as draft [CHAR LIMIT=25]-->
     <string name="save_draft">Save draft</string>
     <!--  Button name: discard this message [CHAR LIMIT=15] -->