Skip to content

Commit

Permalink
Added legal info for first-run disclaimer.
Browse files Browse the repository at this point in the history
  • Loading branch information
hbringo committed Nov 13, 2011
1 parent 3f33dfb commit 23d628f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/ale/openwatch/MainActivityGroup.java
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public void onCreate(Bundle savedInstanceState) {
if (first.contains("fuck")) {
new AlertDialog.Builder(this)
.setMessage(
"Welcome to OpenWatch! \n\n This application allows opportunistic citizen journalists to invisibly record public and private officials and post the recordings to a central website, openwatch.net. A guide to using the application is availble in the Tutorial in the menu. More information about the OpenWatch can be found in the About section.")
"Welcome to OpenWatch! \n\n This application allows opportunistic citizen journalists to invisibly record public and private officials and post the recordings to a central website, openwatch.net. A guide to using the application is availble in the Tutorial in the menu. More information about the OpenWatch can be found in the About section. \n\n Please note that some jurisdictions may require consent to record in certain situations. Be sure to check your local laws. ")
.setPositiveButton("Okay!", null).show();
editor2 = prefs.edit();
editor2.putString("first_time", "shitballs");
Expand Down

0 comments on commit 23d628f

Please sign in to comment.