From: Tony Baldwin Date: Fri, 1 Feb 2013 05:01:35 +0000 (-0500) Subject: s/BeerMonster/Mahjongg/ (weird) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b23f2d635ff6426a8696bd55b50bb4b50f65a71c;p=friendica-addons.git s/BeerMonster/Mahjongg/ (weird) --- diff --git a/mahjongg/mahjongg.php b/mahjongg/mahjongg.php index d2433ccb..977c693d 100755 --- a/mahjongg/mahjongg.php +++ b/mahjongg/mahjongg.php @@ -18,7 +18,7 @@ function mahjongg_uninstall() { } function mahjongg_app_menu($a,&$b) { - $b['app_menu'][] = '
Beer Monster
'; + $b['app_menu'][] = '
Mahjongg
'; } @@ -39,4 +39,4 @@ A timer at the top of the screen keeps track of how you are doing.
EOT; return $o; -} \ No newline at end of file +}