Skip to content

Commit 79e0110

Browse files
author
Dianne Hackborn
committed
Fix typo.
Change-Id: I29a270c7499a96718b3d2cad8c2b89783a5607f8
1 parent 99222d2 commit 79e0110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/res/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@
16071607
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
16081608
<string name="permlab_sdcardWrite" product="nosdcard">modify or delete the contents of your USB storage</string>
16091609
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1610-
<string name="permlab_sdcardWrite" product="default">modify or delete the contens of your SD card</string>
1610+
<string name="permlab_sdcardWrite" product="default">modify or delete the contents of your SD card</string>
16111611
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
16121612
<string name="permdesc_sdcardWrite" product="nosdcard">Allows the app to write to the USB storage.</string>
16131613
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->

0 commit comments

Comments
 (0)