s/LADD/Woozle/

This commit is contained in:
Neale Pickett 2014-01-20 23:19:07 -07:00
parent d53103f7cf
commit 909a11f9fa
5 changed files with 8 additions and 8 deletions

View File

@ -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": {
@ -45,4 +45,4 @@
"message": "Setup",
"description": "Software state allowing logos and times to be adjusted"
}
}
}

View File

@ -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&#64;woozle.org">neale&#64;woozle.org</a>.
</p>

View File

@ -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"]

View File

@ -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

View File

@ -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>