diff --git a/lib/about.dart b/lib/about.dart index 5418f6d..7c7ccd0 100644 --- a/lib/about.dart +++ b/lib/about.dart @@ -16,7 +16,7 @@ class AboutButton extends StatelessWidget { "THE MOST FUN YOU CAN POSSIBLY HAVE WHILE LOOKING AT A WEBSITE! PRESS THE BUTTONS TO WIN!") ], applicationLegalese: - "this application is licensed under the \"you will be eaten by ants if you do something i dont like\" license. the name is self explanatory"); + "this application is licensed under the \"you will be eaten by ants if you do something i dont like\" license. the name is self explanatory, THIS WEBSITE IS ILLEGAL TO USE OR EVEN LOOK AT, SORRY"); }, child: const Icon(Icons.question_mark), );