Skip to content

Commit b04570b

Browse files
authored
Merge pull request #648 from rupesh-kumar-lpu/patch-2
Permission Selector Text Fix
2 parents c17f0e9 + 0a55d7b commit b04570b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/languages/mode.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ manifest.warn.cannot_handle_file_body = Errors occurred while reading or writing
245245
# Permissions
246246

247247
permissions.dialog.label = <html>Android applications must specifically ask for permission\nto do things like connect to the internet, write a file,\nor make phone calls. When installing your application,\nusers will be asked whether they want to allow such access.</html>
248-
permissions.dialog.url = "<html>More about permissions can be found <a href=\"%s\">here</a>.</html>
248+
permissions.dialog.url = <html>More about permissions can be found <a href=\"%s\">here</a>.</html>
249249

250250
# ---------------------------------------
251251
# SDK Downloader

0 commit comments

Comments
 (0)