Skip to content

Commit

Permalink
core: Improve clipboard access strings
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I2f5a079f9d1a429cc2c9de4eb0e04bc6d206d7e2
  • Loading branch information
SKULSHADY authored and PMS22 committed Aug 24, 2020
1 parent 39612d2 commit 70d5179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/res/res/values/fh_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
<string name="global_action_screenrecord">Screenrecord</string>

<!-- Clipboard access toast -->
<string name="app_clipboard_access_denied">%1$s tried to access the clipboard and was denied</string>
<string name="app_clipboard_access_granted">%1$s tried to access the clipboard and was granted</string>
<string name="app_clipboard_access_denied">%1$s was denied access to the clipboard</string>
<string name="app_clipboard_access_granted">%1$s was granted access to the clipboard</string>
</resources>

0 comments on commit 70d5179

Please sign in to comment.