Skip to content

Commit 58d5ff8

Browse files
Dianne HackbornAndroid (Google) Code Review
authored andcommitted
Merge "Fix typo." into jb-dev
2 parents b2269d6 + 79e0110 commit 58d5ff8

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)