s/BeerMonster/Mahjongg/ (weird)

This commit is contained in:
Tony Baldwin 2013-02-01 00:01:35 -05:00
parent b7eab50b1f
commit b23f2d635f
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ function mahjongg_uninstall() {
}
function mahjongg_app_menu($a,&$b) {
$b['app_menu'][] = '<div class="app-title"><a href="mahjongg">Beer Monster</a></div>';
$b['app_menu'][] = '<div class="app-title"><a href="mahjongg">Mahjongg</a></div>';
}
@ -39,4 +39,4 @@ A timer at the top of the screen keeps track of how you are doing.</b><br>
EOT;
return $o;
}
}