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
manifest.warn.cannot_handle_file_body = Errors occurred while reading or writing %s\nwhich means lots of things are likely to stop working properly.\nTo prevent losing any data, it's recommended that you use “Save As”\n"to save a separate copy of your sketch, and then restart Processing.";
232
228
233
229
# ---------------------------------------
234
230
# Permissions
235
231
236
-
PERMISSIONS_LABEL_TEXT ="<html>" +
237
-
"Androidapplications must specifically ask for permission\n" +
238
-
"todo things like connect to the internet, write a file,\n" +
239
-
"ormake phone calls. When installing your application,\n" +
240
-
"userswill be asked whether they want to allow such access.</html>";
241
-
PERMISSIONS_URL_TEXT = "<html>More about permissions can be found " +
242
-
"<ahref=\"" + GUIDE_URL + "\">here</a>.</html>";
232
+
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>
233
+
permissions.dialog.url = "<html>More about permissions can be found <a href=\"%s\">here</a>.</html>
0 commit comments