You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/res/res/values-en-rGB/strings.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -585,7 +585,7 @@
585
585
<stringname="permdesc_writeDictionary"msgid="8185385716255065291">"Allows the app to write new words into the user dictionary."</string>
586
586
<stringname="permlab_sdcardRead"product="nosdcard"msgid="8235341515605559677">"test access to protected storage"</string>
587
587
<stringname="permlab_sdcardRead"product="default"msgid="8235341515605559677">"test access to protected storage"</string>
588
-
<stringname="permdesc_sdcardRead"product="nosdcard"msgid="5791957130190763289">"Allows the app to test a permission for USB storage that will be availabe on future devices."</string>
588
+
<stringname="permdesc_sdcardRead"product="nosdcard"msgid="5791957130190763289">"Allows the app to test a permission for USB storage that will be available on future devices."</string>
589
589
<stringname="permdesc_sdcardRead"product="default"msgid="5914402684685848828">"Allows the app to test a permission for the SD card that will be available on future devices."</string>
590
590
<stringname="permlab_sdcardWrite"product="nosdcard"msgid="8485979062254666748">"modify or delete the contents of your USB storage"</string>
591
591
<stringname="permlab_sdcardWrite"product="default"msgid="8805693630050458763">"modify or delete the contents of your SD card"</string>
Copy file name to clipboardExpand all lines: core/res/res/values/strings.xml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1721,7 +1721,7 @@
1721
1721
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1722
1722
<stringname="permlab_sdcardRead"product="default">test access to protected storage</string>
1723
1723
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
1724
-
<stringname="permdesc_sdcardRead"product="nosdcard">Allows the app to test a permission for USB storage that will be availabe on future devices. </string>
1724
+
<stringname="permdesc_sdcardRead"product="nosdcard">Allows the app to test a permission for USB storage that will be available on future devices. </string>
1725
1725
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1726
1726
<stringname="permdesc_sdcardRead"product="default">Allows the app to test a permission for the SD card that will be available on future devices.</string>
0 commit comments