Skip to content

Commit

Permalink
Update permission copy in attachment keyboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Feb 3, 2020
1 parent 837e594 commit 6fef21e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/attachment_keyboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6fef21e

Please sign in to comment.