Skip to content

Commit 70d5179

Browse files
SKULSHADYPMS22
authored andcommitted
core: Improve clipboard access strings
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Change-Id: I2f5a079f9d1a429cc2c9de4eb0e04bc6d206d7e2
1 parent 39612d2 commit 70d5179

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/res/res/values/fh_strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
<string name="global_action_screenrecord">Screenrecord</string>
4848

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

0 commit comments

Comments
 (0)