Update permission copy in attachment keyboard.

master
Greyson Parrelli 2020-02-03 15:32:20 -05:00
parent 837e594607
commit 6fef21ebc0
2 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:layout_marginEnd="12dp"
android:text="@string/AttachmentKeyboard_Signal_requires_the_storage_permission"
android:text="@string/AttachmentKeyboard_Signal_needs_permission_to_show_your_photos_and_videos"
android:textColor="?attachment_keyboard_button_foreground"
android:gravity="center"
android:visibility="gone"
@ -55,7 +55,7 @@
android:id="@+id/attachment_keyboard_permission_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/AttachmentKeyboard_grant_access"
android:text="@string/AttachmentKeyboard_give_access"
android:visibility="gone"
style="@style/Button.Primary"
app:layout_constraintTop_toBottomOf="@id/attachment_keyboard_permission_text"

View File

@ -73,8 +73,8 @@
<string name="AttachmentKeyboard_file">File</string>
<string name="AttachmentKeyboard_contact">Contact</string>
<string name="AttachmentKeyboard_location">Location</string>
<string name="AttachmentKeyboard_Signal_requires_the_storage_permission">Signal requires the Storage permission to show your recent photos and videos.</string>
<string name="AttachmentKeyboard_grant_access">Grant Access</string>
<string name="AttachmentKeyboard_Signal_needs_permission_to_show_your_photos_and_videos">Signal needs permission to show your photos and videos.</string>
<string name="AttachmentKeyboard_give_access">Give Access</string>
<!-- AttachmentManager -->
<string name="AttachmentManager_cant_open_media_selection">Can\'t find an app to select media.</string>