s/LADD/Woozle/
This commit is contained in:
parent
d53103f7cf
commit
909a11f9fa
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"appName": {
|
||||
"message": "LADD Roller Derby Scoreboard",
|
||||
"message": "Woozle Roller Derby Scoreboard",
|
||||
"description": "Application name"
|
||||
},
|
||||
"appShortName": {
|
||||
"message": "LADD Scoreboard",
|
||||
"message": "Woozle Scoreboard",
|
||||
"description": "Short application name"
|
||||
},
|
||||
"appDesc": {
|
||||
|
|
|
@ -66,7 +66,7 @@ window.onload = gallery;
|
|||
|
||||
<p>
|
||||
Here are the logos currently shipping with the
|
||||
free <a href="../index.html">LADD Scoreboard</a>. If you'd like
|
||||
free <a href="../index.html">Woozle Scoreboard</a>. If you'd like
|
||||
yours added, email your team name, preferred short name, and logo
|
||||
to <a href="mailto:neale@woozle.org">neale@woozle.org</a>.
|
||||
</p>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"short_name": "__MSG_appShortName__",
|
||||
"description": "__MSG_appDesc__",
|
||||
"author": "Neale Pickett <neale@woozle.org>",
|
||||
"version": "6.1",
|
||||
"version": "6.2",
|
||||
"app": {
|
||||
"background": {
|
||||
"scripts": ["res/background.js"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
LADD Roller Derby Scoreboard
|
||||
Woozle Roller Derby Scoreboard
|
||||
Copyright © 2014 Neale Pickett <neale@woozle.org>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<!--
|
||||
LADD Roller Derby Scoreboard
|
||||
Woozle Roller Derby Scoreboard
|
||||
Copyright © 2014 Neale Pickett <neale@woozle.org>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
@ -18,7 +18,7 @@
|
|||
-->
|
||||
<html>
|
||||
<head>
|
||||
<title>LADD Scoreboard</title>
|
||||
<title>Woozle Scoreboard</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="res/scoreboard.css">
|
||||
<script type="text/javascript" src="logos/logos.js"></script>
|
||||
|
|
Loading…
Reference in New Issue